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/>
|
<true/>
|
||||||
<key>NSRequiresAquaSystemAppearance</key>
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
<false/>
|
<false/>
|
||||||
|
<key>NSQuitAlwaysKeepsWindows</key>
|
||||||
|
<false/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
Loading…
Reference in a new issue