Add tip in Plugson web page when old ventoy.json contains invalid configuration.

This commit is contained in:
longpanda
2022-02-06 18:00:29 +08:00
parent be0e19fc5b
commit c57717aea2
5 changed files with 31 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ typedef struct SYSINFO
{
char buildtime[128];
int syntax_error;
int invalid_config;
int language;
int pathcase;