Skip to content

Commit

Permalink
pallete_changed moved to schedule_tab
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh02 authored and m3nu committed Aug 6, 2024
1 parent 0b937bf commit 55822ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/vorta/views/schedule_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def __init__(self, parent=None):

self.app.scheduler.schedule_changed.connect(lambda pid: self.draw_next_scheduled_backup())

self.app.paletteChanged.connect(lambda p: self.set_icons())

def on_scheduler_change(self, _):
profile = self.profile()
for label, obj in self.schedulerRadioMapping.items():
Expand Down
1 change: 1 addition & 0 deletions src/vorta/views/schedule_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, parent=None):
self.init_shell_commands_page()
self.init_networks_page()
self.init_schedule_page()
self.app.paletteChanged.connect(lambda p: self.set_icons())

self.app.backup_finished_event.connect(self.logPage.populate_logs)

Expand Down

0 comments on commit 55822ab

Please sign in to comment.