Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7769326

Browse files
authoredOct 9, 2024··
Merge branch 'main' into fix-tr
2 parents f8de023 + 17e4d9d commit 7769326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bottles/frontend/windows/bottlepicker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class BottleEntry(Adw.ActionRow):
2828
def __init__(self, config: BottleConfig):
2929
super().__init__()
30-
self.bottle = config.Path
30+
self.bottle = config.Name
3131
self.set_title(config.Name)
3232

3333

0 commit comments

Comments
 (0)
Please sign in to comment.