mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02: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:
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',
|
||||
|
||||
Reference in New Issue
Block a user