Revert "新增关联文件夹菜单功能"

This reverts commit ce17e7174e.
This commit is contained in:
BookerLiu
2023-03-20 11:29:59 +08:00
parent 5fa5d3436d
commit c1e83e8a39
9 changed files with 2 additions and 154 deletions

View File

@@ -105,27 +105,8 @@ namespace GeekDesk.ViewModel
private bool? secondsWindow; //秒数窗口 默认打开
private string filterExt = "lnk|exe|cmd|vbs|bat|xls|xlsx|doc|docx|txt|pdf";
#region GetSet
public string FilterExt
{
get
{
if (string.IsNullOrEmpty(filterExt))
{
FilterExt = "lnk|exe|cmd|vbs|bat|xls|xlsx|doc|docx|txt|pdf";
}
return filterExt;
}
set
{
filterExt = value;
OnPropertyChanged("FilterExt");
}
}
public bool? SecondsWindow
{
get