[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:
Lavius Motileng
2020-05-08 08:22:57 -07:00
committed by GitHub
parent dad65998cc
commit 1ab0a5182f
10 changed files with 425 additions and 32 deletions

View File

@@ -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")]