mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[Settings V2] Upated Fancy Zone and Shortcut Guid default values. (#2786)
* upated Fancy Zone and Shortcut Guid default values. * upated fz tests
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Microsoft.PowerToys.Settings.UI.Lib
|
||||
{
|
||||
public ShortcutGuideProperties()
|
||||
{
|
||||
OverlayOpacity = new IntProperty();
|
||||
PressTime = new IntProperty();
|
||||
Theme = new StringProperty();
|
||||
OverlayOpacity = new IntProperty(90);
|
||||
PressTime = new IntProperty(900);
|
||||
Theme = new StringProperty("light");
|
||||
}
|
||||
|
||||
[JsonPropertyName("overlay_opacity")]
|
||||
|
||||
Reference in New Issue
Block a user