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);