diff --git a/bottles/frontend/windows/bottlepicker.py b/bottles/frontend/windows/bottlepicker.py index 70633849d1..dd23a407bd 100644 --- a/bottles/frontend/windows/bottlepicker.py +++ b/bottles/frontend/windows/bottlepicker.py @@ -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)