Skip to content

Commit

Permalink
On Show Connect apply/save settings to prevent Info dialog being stale
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed Jul 10, 2024
1 parent f8bc7c4 commit 6322945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/forms/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6322945

Please sign in to comment.