Skip to content

Commit

Permalink
Fix[#3287]: bottles with a different name and path weren't runnable t…
Browse files Browse the repository at this point in the history
…hrough bottle picker (#3451)

Co-authored-by: Mirko Brombin <[email protected]>
  • Loading branch information
LittleAmpton and mirkobrombin authored Oct 9, 2024
1 parent 424af7a commit 17e4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/windows/bottlepicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class BottleEntry(Adw.ActionRow):
def __init__(self, config: BottleConfig):
super().__init__()
self.bottle = config.Path
self.bottle = config.Name
self.set_title(config.Name)


Expand Down

0 comments on commit 17e4d9d

Please sign in to comment.