mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
remove tab selection
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Wox.ViewModel
|
||||
private readonly JsonStrorage<Settings> _storage;
|
||||
private readonly Dictionary<ISettingProvider, Control> _featureControls = new Dictionary<ISettingProvider, Control>();
|
||||
|
||||
public Tab SelectedTab { get; set; } = Tab.General;
|
||||
#region general
|
||||
public List<Language> Languages => InternationalizationManager.Instance.LoadAvailableLanguages();
|
||||
public IEnumerable<int> MaxResultsRange => Enumerable.Range(2, 16);
|
||||
@@ -296,15 +295,5 @@ namespace Wox.ViewModel
|
||||
{
|
||||
_storage.Save();
|
||||
}
|
||||
|
||||
public enum Tab
|
||||
{
|
||||
General = 0,
|
||||
Plugin = 1,
|
||||
Theme = 2,
|
||||
Hotkey = 3,
|
||||
Proxy = 4,
|
||||
About = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user