diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4a346943b..58999a258 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -256,6 +256,10 @@ int main(int argc, char **argv) qCWarning(DolphinDebug) << "Unknown class " << className << " in session saved data!"; } } + } else if (splitView) { + // if split mode is set by default and we do not restore last session view + // we need to call it to properly activate dolphin view + mainWindow->openDirectories(urls, splitView); } mainWindow->setSessionAutoSaveEnabled(GeneralSettings::rememberOpenedTabs()); |
