mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: Saving and restoring NetPlay Session Browser dialog's settings.
This commit is contained in:
parent
907b1302b0
commit
16f0864a4f
3 changed files with 59 additions and 0 deletions
|
@ -1162,6 +1162,7 @@ void MainWindow::ShowNetPlaySetupDialog()
|
|||
void MainWindow::ShowNetPlayBrowser()
|
||||
{
|
||||
auto* browser = new NetPlayBrowser(this);
|
||||
browser->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
connect(browser, &NetPlayBrowser::Join, this, &MainWindow::NetPlayJoin);
|
||||
browser->exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue