Skip to content

Commit

Permalink
Merge pull request #39 from Garulf/fix-remove-debug-code
Browse files Browse the repository at this point in the history
Fix remove debug code
  • Loading branch information
Garulf authored Nov 25, 2022
2 parents 2928567 + ada4706 commit 4479006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Steam Search",
"Description": "Search and launch your Steam Game library",
"Author": "Garulf",
"Version": "7.1.0",
"Version": "7.1.1",
"Language": "executable",
"Website": "https://github.com/Garulf/Steam-Search",
"IcoPath": "run.exe",
Expand Down
2 changes: 1 addition & 1 deletion plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def query(self, query):

self.add_item(
title=item.name,
subtitle=str(score),
subtitle=str(item.unquoted_path()),
icon=str(icon),
method="launch_game",
parameters=[item.id],
Expand Down

0 comments on commit 4479006

Please sign in to comment.