mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix zig CI build
This commit is contained in:
parent
56f787cf73
commit
836e1d115f
@ -78,7 +78,7 @@
|
|||||||
<a href="" target="_blank">Open New Tab</a>
|
<a href="" target="_blank">Open New Tab</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<button OnClick="exit();">Exit</button>
|
<button OnClick="exit_app();">Exit</button>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
@ -107,7 +107,7 @@ int main() {
|
|||||||
// Bind HTML with a C functions
|
// Bind HTML with a C functions
|
||||||
webui_bind(win, "save", save);
|
webui_bind(win, "save", save);
|
||||||
webui_bind(win, "saveAll", saveAll);
|
webui_bind(win, "saveAll", saveAll);
|
||||||
webui_bind(win, "exit", exit);
|
webui_bind(win, "exit_app", exit_app);
|
||||||
|
|
||||||
// Bind all events
|
// Bind all events
|
||||||
webui_bind(win, "", events);
|
webui_bind(win, "", events);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user