mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
macOS: Disable sudden termination
Since we have the quit confirmation feature, so we explicitly specify that sudden termination is not supported.
This commit is contained in:
parent
953cf26369
commit
81e7e6a356
2
setup.py
2
setup.py
@ -1048,8 +1048,8 @@ def macos_info_plist() -> bytes:
|
||||
# App Execution
|
||||
CFBundleExecutable=appname,
|
||||
LSEnvironment={'KITTY_LAUNCHED_BY_LAUNCH_SERVICES': '1'},
|
||||
# Launch Conditions
|
||||
LSRequiresNativeExecution=True,
|
||||
NSSupportsSuddenTermination=False,
|
||||
# Localization
|
||||
# see https://github.com/kovidgoyal/kitty/issues/1233
|
||||
CFBundleDevelopmentRegion='English',
|
||||
|
Loading…
Reference in New Issue
Block a user