Make the login window have borders and background

parent 31e360d1
...@@ -185,7 +185,7 @@ void MainWin::handle_asklogin(SKMessage::SKMessage &msg) ...@@ -185,7 +185,7 @@ void MainWin::handle_asklogin(SKMessage::SKMessage &msg)
std::cout << "asklogin by " << msg.sender.toStdString() << std::endl; std::cout << "asklogin by " << msg.sender.toStdString() << std::endl;
jsbridge.notify("Logging in"); jsbridge.notify("Logging in");
QString html("gui/login.html"); QString html("gui/login.html");
setHtmlFile(html); setHtmlFile(html, true, false);
resize(250, 200); resize(250, 200);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment