Skip to content

Raise configuration window (MacOS bug)

Ryan Adolf requested to merge rianadon/kdeconnect-kde:raise-config into master

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.

BUG: 416050

Test Plan

Before:

Configuration dialog launches behind other open windows on MacOS.

After:

Configuration dialog launches over other open windows on MacOS.

Merge request reports