mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02: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:
@@ -17,7 +17,7 @@ namespace WindowWalker.ViewModels
|
|||||||
private readonly HotKeyHandler _hotKeyHandler;
|
private readonly HotKeyHandler _hotKeyHandler;
|
||||||
private readonly List<string> _hints = new List<string>()
|
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",
|
// "you can reinvoke this app using CTRL + WIN",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user