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
|
@ -20,7 +20,7 @@ class SessionsDialog(Dialog):
|
|||
def __init__(
|
||||
self, master: "Application", app: "Application", is_start_app: bool = False
|
||||
) -> None:
|
||||
super().__init__(master, app, "Sessions", modal=True)
|
||||
super().__init__(master, app, "Sessions")
|
||||
self.is_start_app = is_start_app
|
||||
self.selected_session = None
|
||||
self.selected_id = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue