issues
search
qmk
/
qmk_toolbox
A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.67k
stars
519
forks
source link
[macOS] A couple of small bugfixes
#456
Closed
fauxpark
closed
8 months ago
fauxpark
commented
9 months ago
Description
Opening files via double-click stopped working. Removing the NSDocumentClass value from the document types seems to fix it.
NSOpenPanel.allowedFileTypes
is deprecated as of macOS 12 - replace with
.allowedContentTypes
Types of Changes
[x] Core
[x] Bugfix
[ ] New feature
[ ] Enhancement/optimization
[ ] Documentation
Issues Fixed or Closed by This PR
Description
NSOpenPanel.allowedFileTypes
is deprecated as of macOS 12 - replace with.allowedContentTypes
Types of Changes
Issues Fixed or Closed by This PR