Supressed crash on failed battery charge limit setting

This commit is contained in:
seerge
2023-02-19 21:52:01 +01:00
parent 15112cb5c8
commit cc96ca9946
3 changed files with 15 additions and 3 deletions

View File

@@ -596,6 +596,8 @@ namespace GHelper
settingsForm.Show();
settingsForm.Activate();
}
trayIcon.Icon = trayIcon.Icon; // refreshing icon as it get's blurred when screen resolution changes
}
}