mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix issues in 636350c395
This commit is contained in:
parent
79b3b0fffc
commit
67ac5a9c6a
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ namespace Wox
|
|||
lvCustomHotkey.ItemsSource = UserSettingStorage.Instance.CustomPluginHotkeys;
|
||||
cbEnablePythonPlugins.IsChecked = UserSettingStorage.Instance.EnablePythonPlugins;
|
||||
cbStartWithWindows.IsChecked = File.Exists(woxLinkPath);
|
||||
cbEnableBookmarkPlugin.IsChecked = UserSettingStorage.Instance.EnableBookmarkPlugin;
|
||||
|
||||
var features = new CompositeCollection
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue