confirm-close-surface option can be set to always to always require confirmation

Fixes #3648
The confirm-close-surface configuration can now be set to always
ensuring a confirmation dialog is shown before closing a surface, even
if shell integration indicates no running processes.
This commit is contained in:
Mohammadi, Erfan
2024-12-28 14:31:29 +03:30
committed by Mitchell Hashimoto
parent 6cbd69da78
commit 85fc49b22c
3 changed files with 29 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ pub const formatEntry = formatter.formatEntry;
// Field types
pub const ClipboardAccess = Config.ClipboardAccess;
pub const ConfirmCloseSurface = Config.ConfirmCloseSurface;
pub const CopyOnSelect = Config.CopyOnSelect;
pub const CustomShaderAnimation = Config.CustomShaderAnimation;
pub const FontSyntheticStyle = Config.FontSyntheticStyle;