mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
save cmd history to settings
This commit is contained in:
parent
3110c87ee9
commit
ab52859461
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
public bool LeaveShellOpen { get; set; }
|
||||
public bool RunAsAdministrator { get; set; } = true;
|
||||
|
||||
public Dictionary<string, int> Count = new Dictionary<string, int>();
|
||||
public Dictionary<string, int> Count { get; set; } = new Dictionary<string, int>();
|
||||
|
||||
public void AddCmdHistory(string cmdName)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue