We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18670a commit 3dc4819Copy full SHA for 3dc4819
src/webui.zig
@@ -811,7 +811,7 @@ pub const Config = enum(c_int) {
811
/// Allow multiple clients to connect to the same window,
812
/// This is helpful for web apps (non-desktop software),
813
/// Please see the documentation for more details.
814
- /// Default: False
+ /// Default: True
815
use_cookies,
816
};
817
0 commit comments