mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update Text Editor Example
This commit is contained in:
parent
fb1607b3d3
commit
13c889a10e
@ -21,7 +21,7 @@ int main() {
|
||||
webui_bind(MainWindow, "close_app", close_app);
|
||||
|
||||
// Show the window, preferably in a chromium based browser
|
||||
if (!webui_show_browser(MainWindow, "index.html", ChromiumBased))
|
||||
if (!webui_show_browser(MainWindow, "index.html", AnyBrowser))
|
||||
webui_show(MainWindow, "index.html");
|
||||
|
||||
// Wait until all windows get closed
|
||||
|
Loading…
x
Reference in New Issue
Block a user