forked from CreatBot/CreatBotKlipperScreen
screen_panel: remove unused parameters
This commit is contained in:
@@ -13,8 +13,8 @@ def create_panel(*args):
|
||||
|
||||
|
||||
class PrinterSelect(ScreenPanel):
|
||||
def __init__(self, screen, title, back=True, action_bar=True, printer_name=True):
|
||||
super().__init__(screen, title, False, False, False)
|
||||
def __init__(self, screen, title, back=True):
|
||||
super().__init__(screen, title, False)
|
||||
|
||||
def initialize(self, panel_name):
|
||||
|
||||
|
Reference in New Issue
Block a user