forked from CreatBot/CreatBotKlipperScreen
base_panel: simplify action bar buttons enable-disable
This commit is contained in:
@@ -11,8 +11,8 @@ def create_panel(*args):
|
||||
|
||||
|
||||
class ExamplePanel(ScreenPanel):
|
||||
def __init__(self, screen, title, back=True):
|
||||
super().__init__(screen, title, back)
|
||||
def __init__(self, screen, title):
|
||||
super().__init__(screen, title)
|
||||
|
||||
# Create gtk items here
|
||||
|
||||
|
Reference in New Issue
Block a user