alphabet settings

This commit is contained in:
AT
2019-11-16 00:34:27 +02:00
parent 8edebb9f75
commit dcb9e34d59
5 changed files with 35 additions and 4 deletions

View File

@@ -49,11 +49,12 @@ namespace Wox
RegisterDispatcherUnhandledException();
ImageLoader.Initialize();
Alphabet.Initialize();
_settingsVM = new SettingWindowViewModel();
_settings = _settingsVM.Settings;
Alphabet.Initialize(_settings);
StringMatcher.UserSettingSearchPrecision = _settings.QuerySearchPrecision;
PluginManager.LoadPlugins(_settings.PluginSettings);