]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add comment to explain KColorSchemeManager
authorFelix Ernst <felixernst@kde.org>
Thu, 28 Mar 2024 09:19:43 +0000 (09:19 +0000)
committerMéven Car <meven.car@kdemail.net>
Thu, 28 Mar 2024 10:55:07 +0000 (10:55 +0000)
src/dolphinmainwindow.cpp

index 7d2899e22aae0d29d3a2616e508301a0fa42bcab..406edd37c0aaa19ac3a3e6faa145bd05d469eab9 100644 (file)
@@ -135,7 +135,7 @@ DolphinMainWindow::DolphinMainWindow()
     setStateConfigGroup("State");
 
 #if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
-    new KColorSchemeManager(this);
+    new KColorSchemeManager(this); // Sets a sensible color scheme which fixes unreadable icons and text on Windows.
 #endif
 
     connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage, this, &DolphinMainWindow::showErrorMessage);