Skip to content

Commit 4479006

Browse files
authored
Merge pull request #39 from Garulf/fix-remove-debug-code
Fix remove debug code
2 parents 2928567 + ada4706 commit 4479006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Steam Search",
55
"Description": "Search and launch your Steam Game library",
66
"Author": "Garulf",
7-
"Version": "7.1.0",
7+
"Version": "7.1.1",
88
"Language": "executable",
99
"Website": "https://github.com/Garulf/Steam-Search",
1010
"IcoPath": "run.exe",

plugin/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def query(self, query):
3535

3636
self.add_item(
3737
title=item.name,
38-
subtitle=str(score),
38+
subtitle=str(item.unquoted_path()),
3939
icon=str(icon),
4040
method="launch_game",
4141
parameters=[item.id],

0 commit comments

Comments
 (0)