mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Adjusting settings to leverage base class (#5127)
* renaming / deleting file * adding in base class Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
@@ -60,9 +60,9 @@ namespace ColorPicker.Settings
|
||||
var settings = SettingsUtils.GetSettings<ColorPickerSettings>(ColorPickerModuleName);
|
||||
if (settings != null)
|
||||
{
|
||||
ChangeCursor.Value = settings.properties.ChangeCursor;
|
||||
ActivationShortcut.Value = settings.properties.ActivationShortcut.ToString();
|
||||
CopiedColorRepresentation.Value = settings.properties.CopiedColorRepresentation;
|
||||
ChangeCursor.Value = settings.Properties.ChangeCursor;
|
||||
ActivationShortcut.Value = settings.Properties.ActivationShortcut.ToString();
|
||||
CopiedColorRepresentation.Value = settings.Properties.CopiedColorRepresentation;
|
||||
}
|
||||
|
||||
retry = false;
|
||||
|
||||
Reference in New Issue
Block a user