fix: disable 'reopen windows?' dialog after crash (#19584)

This commit is contained in:
Jeremy Apthorp 2019-08-02 17:04:41 -07:00 committed by GitHub
parent e959137a4b
commit bd28b876a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,5 +32,7 @@
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>NSQuitAlwaysKeepsWindows</key>
<false/>
</dict>
</plist>