diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index 69d33f0cf..03542f6d1 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -2467,7 +2467,7 @@ bool Notepad_plus::fileLoadSession(const TCHAR *fn) const bool shouldLoadFileBrowser = true; isAllSuccessful = loadSession(session2Load, isSnapshotMode, shouldLoadFileBrowser); result = true; - if (isEmptyNpp && (nppGUI._multiInstSetting == multiInstOnSession || nppGUI._multiInstSetting == multiInst)) + if (isEmptyNpp && nppGUI._multiInstSetting == multiInstOnSession) nppParam.setLoadedSessionFilePath(sessionFileName); } }