mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Run] ViewModels Cleanup (#12209)
* view models cleanup * removed unused commands
This commit is contained in:
committed by
GitHub
parent
cdfb566137
commit
55923f2790
@@ -2,7 +2,6 @@
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System.Globalization;
|
||||
using Wox.Infrastructure.Storage;
|
||||
using Wox.Infrastructure.UserSettings;
|
||||
using Wox.Plugin;
|
||||
@@ -19,7 +18,7 @@ namespace PowerLauncher.ViewModel
|
||||
Settings = _storage.Load();
|
||||
}
|
||||
|
||||
public PowerToysRunSettings Settings { get; set; }
|
||||
public PowerToysRunSettings Settings { get; }
|
||||
|
||||
public void Save()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user