Mercurial > libervia-web
view libervia/web/pages/_browser/tools.py @ 1594:93abef9a3548
server: catch `DBusException` and retry to connect in this case.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2023 22:03:49 +0100 |
parents | 4ab4bc3ae462 |
children |
line wrap: on
line source
"""Common useful tools""" from browser import window def is_touch_device(): return hasattr(window, 'ontouchstart')