setting different icon for taskbar and title bar (#1614)

* setting different icon for taskbar and title bar

* fixing variables
This commit is contained in:
Siddiqui Abdul Rahman
2023-11-21 17:15:54 +05:30
committed by GitHub
parent bb796b8818
commit 45e7e5551e
2 changed files with 30 additions and 7 deletions

View File

@@ -1439,7 +1439,7 @@ namespace GHelper
MinimumSize = new Size(822, 71);
Name = "SettingsForm";
Padding = new Padding(11);
ShowIcon = false;
ShowIcon = true;
StartPosition = FormStartPosition.CenterScreen;
Text = "G-Helper";
panelMatrix.ResumeLayout(false);
@@ -1574,4 +1574,4 @@ namespace GHelper
private RButton buttonFnLock;
private RButton buttonBatteryFull;
}
}
}