mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[cmdpal] Disable "ignore shortcut when full screen" by default (#39323)
disable by default Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com>
This commit is contained in:
@@ -40,7 +40,7 @@ public partial class SettingsModel : ObservableObject
|
|||||||
|
|
||||||
public bool ShowSystemTrayIcon { get; set; } = true;
|
public bool ShowSystemTrayIcon { get; set; } = true;
|
||||||
|
|
||||||
public bool IgnoreShortcutWhenFullscreen { get; set; } = true;
|
public bool IgnoreShortcutWhenFullscreen { get; set; }
|
||||||
|
|
||||||
public Dictionary<string, ProviderSettings> ProviderSettings { get; set; } = [];
|
public Dictionary<string, ProviderSettings> ProviderSettings { get; set; } = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user