We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d9d9b commit 258e9dcCopy full SHA for 258e9dc
flowlauncher/FlowLauncherAPI.py
@@ -11,7 +11,7 @@ def change_query(cls, query, requery: bool = False):
11
change flow launcher query
12
"""
13
print(demjson.encode({
14
- "method": "Wox.ChangeQuery",
+ "method": "Flow.Launcher.ChangeQuery",
15
"parameters": [query, requery]}))
16
17
@classmethod
0 commit comments