initial changes to mark older style services as deprecated and make configurable services the defaults for the python gui, added attribute to still allow supporting the legacy gui for time being and logic to compensate
This commit is contained in:
parent
ca8b4f1f6e
commit
ad09bd5504
12 changed files with 24 additions and 15 deletions
|
@ -28,7 +28,7 @@ class ServiceConfigDialog(Dialog):
|
|||
def __init__(
|
||||
self, master: tk.BaseWidget, app: "Application", service_name: str, node: Node
|
||||
) -> None:
|
||||
title = f"{service_name} Service"
|
||||
title = f"{service_name} Service (Deprecated)"
|
||||
super().__init__(app, title, master=master)
|
||||
self.core: "CoreClient" = app.core
|
||||
self.node: Node = node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue