Mercurial > libervia-web
view libervia/web/pages/_browser/loading.py @ 1554:1dc23ba67f47
doc (user/calls): add screen sharing documentation:
fix 432
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 14 Aug 2023 16:54:13 +0200 |
parents | eb00d593801d |
children |
line wrap: on
line source
"""manage common dialogs""" from browser import document def remove_loading_screen(): print("removing loading screen") document['loading_screen'].remove()