X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/85d1910722e042a2e4a6c3b7c97b92159eb584c5..b9892660b5b5467d17fe6a690b16ea1194fd9f27:/LinuxGUI/WebUI/index.html diff --git a/LinuxGUI/WebUI/index.html b/LinuxGUI/WebUI/index.html index 975ce10..fa90c04 100644 --- a/LinuxGUI/WebUI/index.html +++ b/LinuxGUI/WebUI/index.html @@ -761,6 +761,8 @@ vtoy_in_progress = true; progressDisableItem(vtoy_in_progress); queryProgress(1); + }else if (data.result === '4kn') { + ventoy_display_alert('error', vtoy_cur_language.STR_4KN_UNSUPPORTED); } else { ventoy_display_alert('error', vtoy_cur_language.STR_INSTALL_FAILED); }