require at least 2 characters in conf editor search

This commit is contained in:
stax76
2022-06-01 10:16:36 +02:00
parent 4cba6bb03c
commit bf43328e7a
2 changed files with 7 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ namespace mpvnet
public Point WindowLocation;
public Point WindowPosition;
public Size WindowSize;
public string ConfigEditorSearch = "";
public string ConfigEditorSearch = "Video:";
public string Mute = "no";
public string UpdateCheckVersion = "";
}