[Settings] Enable Comfy.Window.UnloadConfirmation by default (#2258)

This commit is contained in:
Chenlei Hu
2025-01-15 16:37:11 -05:00
committed by GitHub
parent d7fb25a36a
commit 184291d21b

View File

@@ -230,7 +230,8 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Window.UnloadConfirmation',
name: 'Show confirmation when closing window',
type: 'boolean',
defaultValue: false
defaultValue: true,
versionModified: '1.7.12'
},
{
id: 'Comfy.TreeExplorer.ItemPadding',