Don't refresh after profile change anymore (#376)

This commit is contained in:
Julian Hofer 2019-10-24 07:09:16 +02:00 committed by Manuel Riel
parent 2e21fff768
commit bc9e311f48
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class MainWindow(MainWindowBase, MainWindowUI):
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()