From: Nate Graham Date: Tue, 28 Sep 2021 19:57:14 +0000 (-0600) Subject: Merge branch 'release/21.08' X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/0c44dfe2b1c143fae323b9ff4bd415cdd69c1086?hp=--cc Merge branch 'release/21.08' --- 0c44dfe2b1c143fae323b9ff4bd415cdd69c1086 diff --cc src/dolphinmainwindow.cpp index e0d6c4725,3966a08fe..ec15bb978 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@@ -214,6 -214,11 +214,9 @@@ DolphinMainWindow::DolphinMainWindow() connect(&m_fileItemActions, &KFileItemActions::error, this, [this](const QString &errorMessage) { showErrorMessage(errorMessage); }); -#endif + + connect(GeneralSettings::self(), &GeneralSettings::splitViewChanged, + this, &DolphinMainWindow::slotSplitViewChanged); } DolphinMainWindow::~DolphinMainWindow()