dont restore apps
This commit is contained in:
parent
4ca028ae52
commit
e1600b97e5
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ in
|
||||||
general.askForConfirmationOnLogout = false;
|
general.askForConfirmationOnLogout = false;
|
||||||
sessionRestore = {
|
sessionRestore = {
|
||||||
excludeApplications = [ ];
|
excludeApplications = [ ];
|
||||||
restoreOpenApplicationsOnLogin = "onLastLogout";
|
# restoreOpenApplicationsOnLogin = "onLastLogout";
|
||||||
|
restoreOpenApplicationsOnLogin = "startWithEmptySession";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue