This commit is contained in:
Jeremy Wu 2021-02-23 21:05:35 +11:00
parent f4c77fb67b
commit fec4b5b183

View file

@ -61,7 +61,6 @@ namespace Flow.Launcher
_settingsVM = new SettingWindowViewModel(_updater, _portable);
_settings = _settingsVM.Settings;
_alphabet.Initialize(_settings);
_stringMatcher = new StringMatcher(_alphabet);
StringMatcher.Instance = _stringMatcher;