Raise configuration window (MacOS bug)
Summary
I've added a call to dialog->raise()
when launching the configuration dialog.
This is intended to fix a MacOS bug where the configuration window launches behind other open windows, but this call shouldn't harm operating systems as well.
Test Plan
Before:
Configuration dialog launches behind other open windows on MacOS.
After:
Configuration dialog launches over other open windows on MacOS.