From fec4b5b1836fdbcbe0e451f549ad3a3e043d16ca Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 23 Feb 2021 21:05:35 +1100 Subject: [PATCH] spacing --- Flow.Launcher/App.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index a2907c927..7b808dd54 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -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;