mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 08:39:08 -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.setHost(QString::fromStdString(rsJsonApi->getBindingAddress()));
|
||||
webuiUrl.setPort(rsJsonApi->listeningPort());
|
||||
webuiUrl.setPath("/index.html");
|
||||
QDesktopServices::openUrl(webuiUrl);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue