mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
MacPDF: Opt in to both automatic and sudden termination
Automatic termination means that the app no longer shows up as opened in the doc when the last Window is closed, but it's actually still running and opens immediately when clicked again. Sudden termination means that the app can close quickly on logout. I think it means the runtime just calls _exit() and assumes all data is saved continuously.
This commit is contained in:
parent
819a602ee1
commit
43859f07ec
Notes:
sideshowbarker
2024-07-17 02:06:40 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/43859f07ec Pull-request: https://github.com/SerenityOS/serenity/pull/21272
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@
|
|||
<string>LagomPDFDocument</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSSupportsAutomaticTermination</key>
|
||||
<true/>
|
||||
<key>NSSupportsSuddenTermination</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Reference in a new issue