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
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1048,8 +1048,8 @@ def access(what: str, verb: str = 'would like to access') -> str:
|
|||
# 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 a new issue