Compare commits

...

1 Commits

Author SHA1 Message Date
Kai Tao (from Dev Box)
97e3411a5b schema change 2025-07-29 09:33:22 +08:00

View File

@@ -78,6 +78,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
public BoolProperty ShowTrayIcon { get; set; }
[JsonPropertyName("AnimnateZoom")]
public BoolProperty AnimateZoom { get; set; }
public IntProperty ZoominSliderLevel { get; set; }