From 07ce06c990e08356c8fe72ea41e7186f0de9143c Mon Sep 17 00:00:00 2001 From: Frog Date: Mon, 20 Jul 2026 11:07:14 -0700 Subject: [PATCH] Adjust DarkMode Settings Tooltip - Remove comment about changes taking effect immeditaely, the change only occurs on setting save now. --- CreamInstaller/Forms/SettingsForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Forms/SettingsForm.Designer.cs b/CreamInstaller/Forms/SettingsForm.Designer.cs index 610aff6..5086139 100644 --- a/CreamInstaller/Forms/SettingsForm.Designer.cs +++ b/CreamInstaller/Forms/SettingsForm.Designer.cs @@ -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 //