Skip to content

Commit

Permalink
Merge branch 'main' into fix-tr
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Oct 9, 2024
2 parents f8de023 + 17e4d9d commit 7769326
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 7769326

Please sign in to comment.