mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 12:40:55 -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());
|
showMessage("Cannot open " + _zimfile + ": \n" + e.what());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
openUrl(QUrl("zim://"+zimId+"/"));
|
openUrl(QUrl("zim://"+zimId+".zim/"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void KiwixApp::printPage()
|
void KiwixApp::printPage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user