mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
Deleted unused resources (#9392)
This commit is contained in:
@@ -17,13 +17,6 @@ namespace PowerLauncher.ViewModel
|
||||
{
|
||||
_storage = new WoxJsonStorage<PowerToysRunSettings>();
|
||||
Settings = _storage.Load();
|
||||
Settings.PropertyChanged += (s, e) =>
|
||||
{
|
||||
if (e.PropertyName == nameof(Settings.ActivateTimes))
|
||||
{
|
||||
OnPropertyChanged(nameof(ActivatedTimes));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public PowerToysRunSettings Settings { get; set; }
|
||||
@@ -32,7 +25,5 @@ namespace PowerLauncher.ViewModel
|
||||
{
|
||||
_storage.Save();
|
||||
}
|
||||
|
||||
public string ActivatedTimes => string.Format(CultureInfo.InvariantCulture, Properties.Resources.about_activate_times, Settings.ActivateTimes);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user