fix: disable 'reopen windows?' dialog after crash (#19584)
This commit is contained in:
parent
e959137a4b
commit
bd28b876a0
1 changed files with 3 additions and 1 deletions
|
@ -32,5 +32,7 @@
|
|||
<true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<false/>
|
||||
<key>NSQuitAlwaysKeepsWindows</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue