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:
Heiko 2020-04-03 20:07:34 +02:00 committed by GitHub
parent 7cfe74b384
commit 75f3a30d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
};