diff --git a/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs b/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs index 7294630bb..8c745f326 100644 --- a/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Shell/Settings.cs @@ -9,7 +9,7 @@ namespace Flow.Launcher.Plugin.Shell public bool LeaveShellOpen { get; set; } public bool RunAsAdministrator { get; set; } = true; - public Dictionary Count = new Dictionary(); + public Dictionary Count { get; set; } = new Dictionary(); public void AddCmdHistory(string cmdName) {