Mercurial > libervia-web
view libervia/web/pages/_browser/loading.py @ 1562:4afafce0c4c9
browser (calls): correctly display avatar and entity in status on incoming call
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Aug 2023 14:59:01 +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()