mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Refresh after profile selection
This commit is contained in:
parent
f765361ac1
commit
5602868341
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ def _toggle_buttons(self, create_enabled=True):
|
|||
def profile_select_action(self, index):
|
||||
self.current_profile = BackupProfileModel.get(id=self.profileSelector.currentData())
|
||||
self.archiveTab.populate_from_profile()
|
||||
self.archiveTab.list_action()
|
||||
self.repoTab.populate_from_profile()
|
||||
self.sourceTab.populate_from_profile()
|
||||
self.scheduleTab.populate_from_profile()
|
||||
|
|
Loading…
Reference in a new issue