mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Adjust DarkMode Settings Tooltip
- Remove comment about changes taking effect immeditaely, the change only occurs on setting save now.
This commit is contained in:
+1
-1
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user