desktop support

This commit is contained in:
2025-07-29 12:50:35 -07:00
parent b08eab62cc
commit 68ef7c1591
23 changed files with 385 additions and 61 deletions

7
app/pylocal/dev.py Normal file
View File

@@ -0,0 +1,7 @@
import flask
from . import core
@core.app.route("/dev/get-toolbox")
def dev_toolbox():
return flask.render_template("dev_toolbox.j2", ipaddr=flask.request.remote_addr, desktop=core.desktop_mode)