hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.25k stars 430 forks source link

macOS: Add M1/arm64 support #2609

Closed hluk closed 4 months ago

hluk commented 5 months ago

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 commented 5 months ago

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