From: Julius Künzel Date: Thu, 28 Mar 2024 09:15:34 +0000 (+0000) Subject: KColorSchemeManager only on Windows and macOS X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d30c921e8f2c65d8b2b7e7ab7b2146c63faa69c0 KColorSchemeManager only on Windows and macOS --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 56fc37e4c..7d2899e22 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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);