mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
regular update
This commit is contained in:
@@ -91,12 +91,12 @@ namespace WinAlfred
|
||||
resultCtrl.SelectFirst();
|
||||
}
|
||||
|
||||
public void HideWinAlfred()
|
||||
private void HideWinAlfred()
|
||||
{
|
||||
Hide();
|
||||
}
|
||||
|
||||
public void ShowWinAlfred()
|
||||
private void ShowWinAlfred()
|
||||
{
|
||||
tbQuery.SelectAll();
|
||||
Focus();
|
||||
|
||||
Reference in New Issue
Block a user