Configure dialog does not show STEPS TO REPRODUCE 1. Click on top bar icon 2. In dropdown menu, click on "Configure" OBSERVED RESULT Nothing happens EXPECTED RESULT Configuration dialog SOFTWARE/OS VERSIONS macOS: 10.14.6 (18G2022) ADDITIONAL INFORMATION Nightly KDE connect build, downloaded 2020-01-09
Update: The dialog opens but in the background, and no app to switch to with CMD-TAB. Clearing the desktop shows the dialog. Still should be fixed.
A possibly relevant merge request was started @ https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/450
Git commit 14543fcba54b56d7715cf6d2b8ebdd102bfb635d by Weixuan Xiao, on behalf of Ryan Adolf. Committed on 26/02/2022 at 10:23. Pushed by wxiao into branch 'master'. Raise configuration window (MacOS bug) ## Summary I've added a call to [`dialog->raise()`](https://doc.qt.io/qt-5/qwindow.html#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. M +2 -0 indicator/main.cpp https://invent.kde.org/network/kdeconnect-kde/commit/14543fcba54b56d7715cf6d2b8ebdd102bfb635d