mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
We need to add a .zim at end of url host.
This commit is contained in:
parent
3f9072f978
commit
9314c88600
@ -135,7 +135,7 @@ void KiwixApp::openZimFile(const QString &zimfile)
|
||||
showMessage("Cannot open " + _zimfile + ": \n" + e.what());
|
||||
return;
|
||||
}
|
||||
openUrl(QUrl("zim://"+zimId+"/"));
|
||||
openUrl(QUrl("zim://"+zimId+".zim/"));
|
||||
}
|
||||
|
||||
void KiwixApp::printPage()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user