mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
On Show Connect apply/save settings to prevent Info dialog being stale
This commit is contained in:
parent
f8bc7c4f59
commit
6322945065
@ -300,6 +300,9 @@ void SettingsDialog::ShowConnectInfoButtonClicked()
|
||||
}
|
||||
}
|
||||
|
||||
// show connect info implies apply to prevent outdata data on a missed apply
|
||||
SaveFormData();
|
||||
|
||||
connectInfo->show();
|
||||
connectInfo->activateWindow();
|
||||
connectInfo->raise();
|
||||
|
Loading…
Reference in New Issue
Block a user