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 83192be commit 34bab41Copy full SHA for 34bab41
src/util/config.cpp
@@ -53,7 +53,7 @@ void set_defaults()
53
CDEF_INT(S_WSS_PORT, wss_port);
54
CDEF_BOOL(S_ENABLE_WSS, enable_websocket_server);
55
CDEF_INT(S_REFRESH, server_refresh_rate);
56
- CDEF_INT(S_REFRESH, filter_mode);
+ CDEF_INT(S_FILTER_MODE, filter_mode);
57
CDEF_BOOL(S_DS_ENHANCED_MODE, ds_enhanced_mode);
58
CDEF_BOOL(S_CONTROL, enable_input_control);
59
CDEF_BOOL(S_REGEX, regex);
0 commit comments