mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
fixed path issue in calling webui from rs-gui
This commit is contained in:
parent
11bc7a886a
commit
71149935f9
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ QString WebuiPage::helpText() const
|
||||||
webuiUrl.setScheme("http");
|
webuiUrl.setScheme("http");
|
||||||
webuiUrl.setHost(QString::fromStdString(rsJsonApi->getBindingAddress()));
|
webuiUrl.setHost(QString::fromStdString(rsJsonApi->getBindingAddress()));
|
||||||
webuiUrl.setPort(rsJsonApi->listeningPort());
|
webuiUrl.setPort(rsJsonApi->listeningPort());
|
||||||
|
webuiUrl.setPath("/index.html");
|
||||||
QDesktopServices::openUrl(webuiUrl);
|
QDesktopServices::openUrl(webuiUrl);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue