Necromancer's Dos Navigator (NDN): new version by CandyMan with fixes and @open support

WebView: detect a webpage by <title> 
CMM fs.h: bugfix

git-svn-id: svn://kolibrios.org@9422 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-15 20:52:45 +00:00
parent a9f8d6d660
commit 97e41dfa4f
39 changed files with 12773 additions and 3332 deletions

View File

@@ -985,7 +985,8 @@ dword GetImg(bool _new)
for (i = 0; i < WB1.img_url.count; i++)
{
cur_img_url = WB1.img_url.get(i);
if (debug_mode) {debug("get img: ");debugln(cur_img_url);}
//if (debug_mode)
{debug("get img: ");debugln(cur_img_url);}
if (cache.has(cur_img_url)==false) {
prbar.max = WB1.img_url.count;
prbar.value = i;