Skip to content

Commit 1eb06bb

Browse files
committed
Fix show_browser
webui-dev/zig-webui#79
1 parent ddc94db commit 1eb06bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6730,7 +6730,7 @@ static bool _webui_browser_start(_webui_window_t* win, const char* address, size
67306730
#endif
67316731

67326732
// Non existing browser
6733-
if (_browser > 12)
6733+
if (_browser > 13)
67346734
return false;
67356735

67366736
// No browser mode

0 commit comments

Comments
 (0)