Skip to content

Commit

Permalink
explain how to create modal dialog (see #132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Oct 23, 2022
1 parent f0e398e commit d2a08b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicegui/elements/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Dialog(Group):
def __init__(self, *, value: bool = False):
"""Dialog
Creates a modal dialog.
Creates a dialog. By default it is non-modal. To make it modal, set `.props('persistent')` on the dialog object.
:param value: whether the dialog is already opened (default: `False`)
"""
Expand Down

0 comments on commit d2a08b9

Please sign in to comment.