[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

@@ -112,7 +112,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
OutGoingGeneralSettings snd = new OutGoingGeneralSettings(generalSettings);
ShellPage.DefaultSndMSGCallback(snd.ToString());
RaisePropertyChanged();
OnPropertyChanged("IsEnabled");
}
}
}
@@ -387,26 +387,6 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
}
}
/*
public int EditorHotkey
{
get
{
return _editorHotkey;
}
set
{
if (value != _editorHotkey)
{
_editorHotkey = value;
Settings.Properties.FancyzonesHighlightOpacity.Value = value;
RaisePropertyChanged();
}
}
}
*/
public HotkeySettings EditorHotkey
{
get