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

Add comment to explain KColorSchemeManager

This commit is contained in:
Felix Ernst 2024-03-28 09:19:43 +00:00 committed by Méven Car
parent d30c921e8f
commit 231200e680

View File

@ -135,7 +135,7 @@ DolphinMainWindow::DolphinMainWindow()
setStateConfigGroup("State");
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
new KColorSchemeManager(this);
new KColorSchemeManager(this); // Sets a sensible color scheme which fixes unreadable icons and text on Windows.
#endif
connect(&DolphinNewFileMenuObserver::instance(), &DolphinNewFileMenuObserver::errorMessage, this, &DolphinMainWindow::showErrorMessage);