This commit is contained in:
Serge
2023-07-24 14:48:04 +02:00
parent 46cbc26d92
commit a9dd06de64
3 changed files with 23 additions and 23 deletions

View File

@@ -181,7 +181,7 @@ namespace GHelper
labelBattery.MouseLeave += PanelBattery_MouseLeave;
labelBatteryTitle.MouseLeave += PanelBattery_MouseLeave;
Text = "G-Helper - " + AppConfig.GetModelShort() + (ProcessHelper.IsUserAdministrator() ? "." : "");
Text = "G-Helper " + (ProcessHelper.IsUserAdministrator() ? "" : "-") + " " + AppConfig.GetModelShort();
TopMost = AppConfig.Is("topmost");
SetContextMenu();