Skip to content

Commit 07f403f

Browse files
EinswilliWgoeh
authored andcommitted
FletX.Core.Page: add busy indicator utilities to the FletX Page
1 parent d0cc778 commit 07f403f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fletx/core/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def show_loader(
638638
content: Optional[ft.Control] = None,
639639
on_dismiss: Optional[Callable[[ft.ControlEvent]]] = None
640640
):
641-
"""Show a given content in a dialog"""
641+
"""Show a given content in a ft.AlertDialog"""
642642

643643
dialog = ft.AlertDialog(
644644
content = content if content else ft.ProgressRing(),

0 commit comments

Comments
 (0)