CopyQ
CopyQ copied to clipboard
macOS: Add M1/arm64 support
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
There is a problem with dialog windows not being focused in tests. I tried disabling animations but without any luck.