]> cloud.milkyroute.net Git - dolphin.git/commitdiff
KColorSchemeManager only on Windows and macOS
authorJulius Künzel <jk.kdedev@smartlab.uber.space>
Thu, 28 Mar 2024 09:15:34 +0000 (09:15 +0000)
committerMéven Car <meven.car@kdemail.net>
Thu, 28 Mar 2024 10:55:07 +0000 (10:55 +0000)
src/dolphinmainwindow.cpp

index 56fc37e4c27d53f559265e7fe943dde632460be8..7d2899e22aae0d29d3a2616e508301a0fa42bcab 100644 (file)
@@ -134,7 +134,9 @@ DolphinMainWindow::DolphinMainWindow()
 
     setStateConfigGroup("State");
 
+#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
     new KColorSchemeManager(this);
+#endif
 
     connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage, this, &DolphinMainWindow::showErrorMessage);