mirror of
https://github.com/borgbase/vorta
synced 2025-03-06 11:48:14 +00:00
pallete_changed moved to schedule_tab
This commit is contained in:
parent
0b937bf44e
commit
55822ab577
2 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,6 @@ class SchedulePage(SchedulePageBase, SchedulePageUI, BackupProfileMixin):
|
|||
|
||||
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():
|
||||
|
|
|
@ -25,6 +25,7 @@ class ScheduleTab(ScheduleBase, ScheduleUI, BackupProfileMixin):
|
|||
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue