diff options
| author | Julius Künzel <[email protected]> | 2024-03-28 09:15:34 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-03-28 10:55:07 +0000 |
| commit | d30c921e8f2c65d8b2b7e7ab7b2146c63faa69c0 (patch) | |
| tree | 6a962e53e8d98c35db7bcbf13e68aecef62aefc3 /src/dolphinmainwindow.cpp | |
| parent | aeb704851d3b33f88eb601d597c2b0743d4e08df (diff) | |
KColorSchemeManager only on Windows and macOS
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
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); |
