⚰️ 虚拟化环绕panel

This commit is contained in:
BookerLiu
2023-04-06 18:10:49 +08:00
parent 26e4a7e4d5
commit 3a18882372
9 changed files with 1049 additions and 4 deletions

View File

@@ -77,9 +77,12 @@ namespace GeekDesk
/// <param name="e"></param>
private void SearchHotKeyDown(object sender, CanExecuteRoutedEventArgs e)
{
if (appData.AppConfig.SearchType == SearchType.HOT_KEY)
if (appData.AppConfig.SearchType == SearchType.HOT_KEY && !RunTimeStatus.SEARCH_BOX_SHOW)
{
ShowSearchBox();
} else if (RunTimeStatus.SEARCH_BOX_SHOW)
{
HidedSearchBox();
}
}
@@ -94,7 +97,7 @@ namespace GeekDesk
SearchBox.Focus();
//执行一遍a查询
SearchBox_TextChanged(null, null);
//SearchBox_TextChanged(null, null);
}
/// <summary>
/// 搜索开始