┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2024-03-28 09:19:43 +0000
committerMéven Car <[email protected]>2024-03-28 10:55:07 +0000
commit231200e6800a20aef5a1ba68dd3d64ecbee01000 (patch)
treea47dc4d110f954e2c91410c7d588e4f2adaa8f56 /src
parentd30c921e8f2c65d8b2b7e7ab7b2146c63faa69c0 (diff)
Add comment to explain KColorSchemeManager
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 7d2899e22..406edd37c 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -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);