empty the mount_paths property after unmounting the archives

This commit is contained in:
Andreas Zweili 2019-02-16 10:12:38 +01:00
parent d283c58a2f
commit 29780723f6
1 changed files with 1 additions and 0 deletions

View File

@ -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."""