forked from CreatBot/CreatBotKlipperScreen
base_panel: simplify action bar buttons enable-disable
This commit is contained in:
@@ -18,8 +18,8 @@ def create_panel(*args):
|
||||
|
||||
|
||||
class JobStatusPanel(ScreenPanel):
|
||||
def __init__(self, screen, title, back=False):
|
||||
super().__init__(screen, title, False)
|
||||
def __init__(self, screen, title):
|
||||
super().__init__(screen, title)
|
||||
self.extrusion_button = None
|
||||
self.elapsed_button = None
|
||||
self.left_button = None
|
||||
|
Reference in New Issue
Block a user