We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424af7a commit 17e4d9dCopy full SHA for 17e4d9d
bottles/frontend/windows/bottlepicker.py
@@ -27,7 +27,7 @@
27
class BottleEntry(Adw.ActionRow):
28
def __init__(self, config: BottleConfig):
29
super().__init__()
30
- self.bottle = config.Path
+ self.bottle = config.Name
31
self.set_title(config.Name)
32
33
0 commit comments