pygui most dialogs are modal, default dialogs to modal
This commit is contained in:
parent
ea4271d7cb
commit
9d1f5cfcc6
31 changed files with 37 additions and 45 deletions
|
@ -29,7 +29,7 @@ class ServiceConfigDialog(Dialog):
|
|||
node_id: int,
|
||||
):
|
||||
title = f"{service_name} Service"
|
||||
super().__init__(master, app, title, modal=True)
|
||||
super().__init__(master, app, title)
|
||||
self.master = master
|
||||
self.app = app
|
||||
self.core = app.core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue