-m
This commit is contained in:
parent
b9b8e3a5f1
commit
6c8a2526d9
40 changed files with 219 additions and 141 deletions
|
@ -18,7 +18,9 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
class WlanConfigDialog(Dialog):
|
||||
def __init__(self, master, app: "Application", canvas_node: "CanvasNode"):
|
||||
def __init__(
|
||||
self, master: "Application", app: "Application", canvas_node: "CanvasNode"
|
||||
):
|
||||
super().__init__(
|
||||
master, app, f"{canvas_node.core_node.name} Wlan Configuration", modal=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue