mirror of
https://github.com/borgbase/vorta
synced 2025-03-12 15:21:13 +00:00
Update network settings on profile change (#2160)
This commit is contained in:
parent
64a24d8620
commit
dfba373871
1 changed files with 3 additions and 0 deletions
|
@ -189,7 +189,10 @@ class MainWindow(MainWindowBase, MainWindowUI):
|
|||
self.repoTab.populate_from_profile()
|
||||
self.sourceTab.populate_from_profile()
|
||||
self.scheduleTab.schedulePage.populate_from_profile()
|
||||
self.scheduleTab.networksPage.populate_wifi()
|
||||
self.scheduleTab.networksPage.setup_connections()
|
||||
self.scheduleTab.shellCommandsPage.populate_from_profile()
|
||||
|
||||
SettingsModel.update({SettingsModel.str_value: self.current_profile.id}).where(
|
||||
SettingsModel.key == 'previous_profile_id'
|
||||
).execute()
|
||||
|
|
Loading…
Add table
Reference in a new issue