mirror of
https://github.com/borgbase/vorta
synced 2025-02-21 22:06:57 +00:00
parent
2aed062caf
commit
7526a03a21
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def profile_select_action(self, index):
|
|||
self.profileSelector.addItem(window.edited_profile.name, window.edited_profile.id)
|
||||
self.profileSelector.setCurrentIndex(self.profileSelector.count() - 1)
|
||||
else:
|
||||
self.profileSelector.setCurrentIndex(1)
|
||||
self.profileSelector.setCurrentIndex(2)
|
||||
|
||||
self.current_profile = BackupProfileModel.get(id=self.profileSelector.currentData())
|
||||
self.archiveTab.populate_from_profile()
|
||||
|
|
Loading…
Reference in a new issue