X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/4bf43ab9d4e6b724836724c1d514760d164df79a..17f9e2fd09d973d39885348fee4906da3aa190ac:/Plugson/src/Web/ventoy_http.h diff --git a/Plugson/src/Web/ventoy_http.h b/Plugson/src/Web/ventoy_http.h index 904fe05..18447c1 100644 --- a/Plugson/src/Web/ventoy_http.h +++ b/Plugson/src/Web/ventoy_http.h @@ -22,6 +22,7 @@ #include +#define MAX_LANGUAGE 128 #define L1 " " #define L2 " " @@ -57,6 +58,9 @@ typedef struct data_control int filter_vtoy; int win11_bypass_check; int menu_timeout; + int secondary_menu_timeout; + int linux_remount; + int secondary_menu; char default_search_root[MAX_PATH]; char default_image[MAX_PATH]; char default_kbd_layout[32];