CopyQ icon indicating copy to clipboard operation
CopyQ copied to clipboard

macOS: Add M1/arm64 support

Open hluk opened this issue 2 years ago • 1 comments

To fix an issue with deactivates app when returning focus to the main window after closing a dialog, the main window type is no longer set explicitly (as Qt::Sheet with Qt::WindowModal modality). This may again disallow opening the window on top of fullscreen apps. A workaround to allow easier testing in the future could be to make this configurable.

Closes #1884

hluk avatar Feb 05 '24 13:02 hluk

There is a problem with dialog windows not being focused in tests. I tried disabling animations but without any luck.

hluk avatar Feb 06 '24 09:02 hluk