Skip to content

Commit 3dc4819

Browse files
authored
Update webui.zig
1 parent c18670a commit 3dc4819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ pub const Config = enum(c_int) {
811811
/// Allow multiple clients to connect to the same window,
812812
/// This is helpful for web apps (non-desktop software),
813813
/// Please see the documentation for more details.
814-
/// Default: False
814+
/// Default: True
815815
use_cookies,
816816
};
817817

0 commit comments

Comments
 (0)