From: longpanda Date: Mon, 14 Feb 2022 04:06:33 +0000 (+0800) Subject: Fix the Plugson web display issue of VTOY_DEFAULT_MENU_MODE. X-Git-Tag: v1.0.67~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/006f26d07d4d02148c33a1cce3eed6146cec6e64?ds=inline Fix the Plugson web display issue of VTOY_DEFAULT_MENU_MODE. --- diff --git a/Plugson/src/Web/ventoy_http.c b/Plugson/src/Web/ventoy_http.c index 259dcdb..c24096d 100644 --- a/Plugson/src/Web/ventoy_http.c +++ b/Plugson/src/Web/ventoy_http.c @@ -487,6 +487,7 @@ void ventoy_data_default_control(data_control *data) data->default_menu_mode = 1; data->filter_dot_underscore = 1; + data->treeview_style = 1; data->max_search_level = -1; data->menu_timeout = 0; diff --git a/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe b/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe index 6e56232..2ef8e21 100644 Binary files a/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe and b/Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe differ