Push first build

This commit is contained in:
2025-10-19 04:26:33 -05:00
parent 186cfd86a2
commit 8a0ab43f9a

View File

@@ -73,7 +73,8 @@ namespace Tesses::Framework {
wv_hdl = &w;
w.set_title(wv_title);
wv_mtx.Unlock();
w.set_size(480, 320, WEBVIEW_HINT_NONE);
w.set_size(1280, 720, WEBVIEW_HINT_NONE);
w.navigate(url);
w.run();