restart: Drop load() mechanism

This commit is contained in:
Peter Eisenmann
2024-06-16 10:50:45 +02:00
parent e65eee2420
commit 590e4fa031

View File

@@ -15,9 +15,5 @@ class RestartPage(Gtk.Box, Page):
def __init__(self, **kwargs):
Gtk.Box.__init__(self, **kwargs)
### public methods ###
def load(self):
self.spinner.start()
reboot_system()