mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
-
This commit is contained in:
@@ -7,8 +7,6 @@ namespace GHelper
|
|||||||
{
|
{
|
||||||
static class Program
|
static class Program
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public static NotifyIcon trayIcon = new NotifyIcon
|
public static NotifyIcon trayIcon = new NotifyIcon
|
||||||
{
|
{
|
||||||
Text = "G-Helper",
|
Text = "G-Helper",
|
||||||
@@ -16,7 +14,7 @@ namespace GHelper
|
|||||||
Visible = true
|
Visible = true
|
||||||
};
|
};
|
||||||
|
|
||||||
public static ASUSWmi wmi;
|
public static ASUSWmi? wmi;
|
||||||
public static AppConfig config = new AppConfig();
|
public static AppConfig config = new AppConfig();
|
||||||
|
|
||||||
public static SettingsForm settingsForm = new SettingsForm();
|
public static SettingsForm settingsForm = new SettingsForm();
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ namespace GHelper
|
|||||||
|
|
||||||
private void ButtonOptimized_MouseHover(object? sender, EventArgs e)
|
private void ButtonOptimized_MouseHover(object? sender, EventArgs e)
|
||||||
{
|
{
|
||||||
labelTipGPU.Text = "Sptch to Eco on battery and to Standard when plugged";
|
labelTipGPU.Text = "Switch to Eco on battery and to Standard when plugged";
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ButtonGPU_MouseLeave(object? sender, EventArgs e)
|
private void ButtonGPU_MouseLeave(object? sender, EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user