Skip to content

Commit

Permalink
Update network settings on profile change
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Dec 4, 2024
1 parent 108d648 commit f2b5c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vorta/views/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def profile_selection_changed_action(self, index):
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()
SettingsModel.update({SettingsModel.str_value: self.current_profile.id}).where(
SettingsModel.key == 'previous_profile_id'
).execute()
Expand Down

0 comments on commit f2b5c16

Please sign in to comment.