-m
This commit is contained in:
parent
b9b8e3a5f1
commit
6c8a2526d9
40 changed files with 219 additions and 141 deletions
|
@ -16,7 +16,7 @@ DEFAULT_PORT = 50051
|
|||
|
||||
|
||||
class ServersDialog(Dialog):
|
||||
def __init__(self, master, app: "Application"):
|
||||
def __init__(self, master: "Application", app: "Application"):
|
||||
super().__init__(master, app, "CORE Servers", modal=True)
|
||||
self.name = tk.StringVar(value=DEFAULT_NAME)
|
||||
self.address = tk.StringVar(value=DEFAULT_ADDRESS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue