mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-28 07:39:49 +08:00
changed info text in search box (#1917)
I have changed the info text in search box to indicate the user also can search for windows.
This commit is contained in:
parent
7cfe74b384
commit
75f3a30d38
@ -17,7 +17,7 @@ namespace WindowWalker.ViewModels
|
||||
private readonly HotKeyHandler _hotKeyHandler;
|
||||
private readonly List<string> _hints = new List<string>()
|
||||
{
|
||||
"search for running processes ...",
|
||||
"search for running processes or windows...",
|
||||
// "you can reinvoke this app using CTRL + WIN",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user