┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Künzel <[email protected]>2024-03-28 09:15:34 +0000
committerMéven Car <[email protected]>2024-03-28 10:55:07 +0000
commitd30c921e8f2c65d8b2b7e7ab7b2146c63faa69c0 (patch)
tree6a962e53e8d98c35db7bcbf13e68aecef62aefc3 /src
parentaeb704851d3b33f88eb601d597c2b0743d4e08df (diff)
KColorSchemeManager only on Windows and macOS
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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);