1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

KColorSchemeManager only on Windows and macOS

This commit is contained in:
Julius Künzel 2024-03-28 09:15:34 +00:00 committed by Méven Car
parent aeb704851d
commit d30c921e8f

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