webui-dev / python-webui

Use any web browser as GUI, with Python in the backend and HTML5 in the frontend.
https://webui.me/
MIT License
235 stars 11 forks source link

Multi Access #15

Closed JerryFox closed 9 months ago

JerryFox commented 9 months ago

Does Multi Acces work in this version?

Thx!

J.

In [3]: MyWindow.set_multi_access(True)
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[3], line 1
----> 1 MyWindow.set_multi_access(True)

AttributeError: 'window' object has no attribute 'set_multi_access'
JerryFox commented 9 months ago

Sorry, I see it was discussed...