base_panel: simplify action bar buttons enable-disable
This commit is contained in:
@@ -15,8 +15,8 @@ def create_panel(*args):
|
||||
|
||||
class SplashScreenPanel(ScreenPanel):
|
||||
|
||||
def __init__(self, screen, title, back=True):
|
||||
super().__init__(screen, title, back)
|
||||
def __init__(self, screen, title):
|
||||
super().__init__(screen, title)
|
||||
image = self._gtk.Image("klipper", self._screen.width / 5, self._screen.height * .5)
|
||||
self.labels['text'] = Gtk.Label(_("Initializing printer..."))
|
||||
self.labels['text'].set_line_wrap(True)
|
||||
|
Reference in New Issue
Block a user