base_panel: simplify action bar buttons enable-disable
This commit is contained in:
@@ -28,8 +28,8 @@ ALLOWED_SERVICES = (
|
||||
|
||||
|
||||
class SystemPanel(ScreenPanel):
|
||||
def __init__(self, screen, title, back=True):
|
||||
super().__init__(screen, title, back)
|
||||
def __init__(self, screen, title):
|
||||
super().__init__(screen, title)
|
||||
self.refresh = None
|
||||
self.update_status = None
|
||||
self.update_dialog = None
|
||||
|
Reference in New Issue
Block a user