On Show Connect apply/save settings to prevent Info dialog being stale

This commit is contained in:
Barry Carlyon 2024-07-10 07:22:11 -04:00
parent f8bc7c4f59
commit 6322945065
No known key found for this signature in database
GPG Key ID: B802142F77E1963C

View File

@ -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();