:save-session --only-active-window implies --with-private for private windows
This commit is contained in:
parent
1941071f87
commit
085d1e9c10
@ -485,7 +485,7 @@ class SessionManager(QObject):
|
||||
try:
|
||||
if only_active_window:
|
||||
name = self.save(name, only_window=win_id,
|
||||
with_private=with_private)
|
||||
with_private=True)
|
||||
else:
|
||||
name = self.save(name, with_private=with_private)
|
||||
except SessionError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user