Stream progress in UI.py, resize modal
This commit is contained in:
parent
3631f76b23
commit
219861cbac
3 changed files with 13 additions and 1 deletions
|
|
@ -40,6 +40,13 @@ class ActionButton(BaseModel):
|
|||
modal_progress: bool = False
|
||||
"""Specify whether to show a progress modal."""
|
||||
|
||||
stream_with_modal: bool = False
|
||||
"""Specify whether to show a mini stream preview in the progress modal.
|
||||
|
||||
This option only has an effect if `modal_progress` is True.
|
||||
If `modal_progress` is False, no modal (and therefore no stream preview) is shown.
|
||||
"""
|
||||
|
||||
notify_on_success: bool = False
|
||||
"""Specify whether to a notification on successful completion."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue