We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29096 commit 8c3de38Copy full SHA for 8c3de38
MemPlus/Business/RAM/RamController.cs
@@ -230,7 +230,7 @@ private void UpdateGuiControls()
230
231
if (ShowNotifyIconStatistics)
232
{
233
- string tooltipText = "DeviceLog";
+ string tooltipText = "MemPlus";
234
tooltipText += Environment.NewLine;
235
tooltipText += "Total physical memory: " + ramTotal;
236
MemPlus/Views/Windows/MainWindow.xaml.cs
@@ -148,7 +148,7 @@ internal void LoadProperties()
148
else
149
150
_ramController.ShowNotifyIconStatistics = false;
151
- TbiIcon.ToolTipText = "DeviceLog";
+ TbiIcon.ToolTipText = "MemPlus";
152
}
153
154
_ramController.AutoOptimizePercentage = Properties.Settings.Default.AutoOptimizePercentage;
0 commit comments