We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2928567 + ada4706 commit 4479006Copy full SHA for 4479006
plugin.json
@@ -4,7 +4,7 @@
4
"Name": "Steam Search",
5
"Description": "Search and launch your Steam Game library",
6
"Author": "Garulf",
7
- "Version": "7.1.0",
+ "Version": "7.1.1",
8
"Language": "executable",
9
"Website": "https://github.com/Garulf/Steam-Search",
10
"IcoPath": "run.exe",
plugin/main.py
@@ -35,7 +35,7 @@ def query(self, query):
35
36
self.add_item(
37
title=item.name,
38
- subtitle=str(score),
+ subtitle=str(item.unquoted_path()),
39
icon=str(icon),
40
method="launch_game",
41
parameters=[item.id],
0 commit comments