diff --git a/borg_qt/main_window.py b/borg_qt/main_window.py index 094f613..8dbe708 100644 --- a/borg_qt/main_window.py +++ b/borg_qt/main_window.py @@ -82,6 +82,7 @@ class MainWindow(QMainWindow): if os.path.exists(path): os.system('borg umount ' + path) remove_path(path) + self.mount_paths = [] def show_settings(self): """Display the settings dialog."""