Adjust DarkMode Settings Tooltip

- Remove comment about changes taking effect immeditaely, the change only occurs on setting save now.
This commit is contained in:
Frog
2026-07-20 11:07:14 -07:00
parent 8b1cbc65ff
commit 07ce06c990
+1 -1
View File
@@ -41,7 +41,7 @@ partial class SettingsForm
darkModeCheckBox.Text = "Enable Dark Mode";
darkModeCheckBox.FlatStyle = FlatStyle.System;
darkModeCheckBox.UseVisualStyleBackColor = true;
settingsToolTip.SetToolTip(darkModeCheckBox, "Switches the application between light and dark color themes. Changes apply immediately.");
settingsToolTip.SetToolTip(darkModeCheckBox, "Switches the application between light and dark color themes.");
//
// blockedGamesCheckBox
//