]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Fix selection marker for RTL
[dolphin.git] / src / dolphinmainwindow.cpp
index 56fc37e4c27d53f559265e7fe943dde632460be8..406edd37c0aaa19ac3a3e6faa145bd05d469eab9 100644 (file)
@@ -134,7 +134,9 @@ DolphinMainWindow::DolphinMainWindow()
 
     setStateConfigGroup("State");
 
-    new KColorSchemeManager(this);
+#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
+    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);