We need to add a .zim at end of url host.

This commit is contained in:
Matthieu Gautier 2018-12-12 11:16:10 +01:00
parent 3f9072f978
commit 9314c88600

View File

@ -135,7 +135,7 @@ void KiwixApp::openZimFile(const QString &zimfile)
showMessage("Cannot open " + _zimfile + ": \n" + e.what()); showMessage("Cannot open " + _zimfile + ": \n" + e.what());
return; return;
} }
openUrl(QUrl("zim://"+zimId+"/")); openUrl(QUrl("zim://"+zimId+".zim/"));
} }
void KiwixApp::printPage() void KiwixApp::printPage()