X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/85d1910722e042a2e4a6c3b7c97b92159eb584c5..84b2ee7ee3b47f01471691fa8b85d9e0bebf2c60:/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); }