diff options
author | german77 <juangerman-13@hotmail.com> | 2022-09-09 15:29:22 -0500 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-09-10 19:39:25 +0200 |
commit | 8f207bd93ddb9778f0242fca0dab6ef155bd2a97 (patch) | |
tree | ba3035c2a2b304956f6ba2ae6d5ac47d64c1ce52 /src/yuzu/multiplayer/host_room.cpp | |
parent | f5e635addaef59159bf6bc529b17954eda3684a1 (diff) |
yuzu: Multiple room UI improvements
Diffstat (limited to 'src/yuzu/multiplayer/host_room.cpp')
-rw-r--r-- | src/yuzu/multiplayer/host_room.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/multiplayer/host_room.cpp b/src/yuzu/multiplayer/host_room.cpp index 0c6adfd04..a8faa5b24 100644 --- a/src/yuzu/multiplayer/host_room.cpp +++ b/src/yuzu/multiplayer/host_room.cpp @@ -232,6 +232,7 @@ void HostRoomWindow::Host() { } UISettings::values.multiplayer_room_description = ui->room_description->toPlainText(); ui->host->setEnabled(true); + emit SaveConfig(); close(); } } |