mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
Don't refresh after profile change anymore (#376)
This commit is contained in:
parent
2e21fff768
commit
bc9e311f48
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ 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