Ventoy Forums

Full Version: "resolution_fit": "1" doesn't work.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
there are 2 error lines in ventoy.json :
"default_file": 0,
"resolution_fit": 1,
because "default_file" and "resolution_fit" take the value INTEGER, not STRING
(09-13-2023, 03:28 AM)nguyen ha thai trong Wrote: [ -> ]there are 2 error lines in ventoy.json :
"default_file": 0,
"resolution_fit": 1,
because "default_file" and "resolution_fit" take the value INTEGER, not STRING

You are right, now it works properly. Thanks a lot for help, because I missed this info part from plugin theme documentation.
Anyway, I still don't understand why LongPanda used INTEGER instead of STRING value type for "default_file" and "resolution_fit" key.
Basically entire code of ventoy.json is based on STRING value types besides "default_file" and "resolution_fit". This is very confusing for the user and code integrity.
Pages: 1 2