soffes / HotKey

Simple global shortcuts in macOS
MIT License
921 stars 82 forks source link

KeyCombo Modifiers Setter #24

Open bdkjones opened 4 years ago

bdkjones commented 4 years ago

Compiling with Xcode 11.4.1 yields this warning in keyCombo.swift:

Screen Shot 2020-04-17 at 19 58 09

I've looked at the source for all of twenty seconds, but it seems like this setter is never going to set anything new. If that's intentional, should this setter exist? If this exists for a reason, perhaps a comment to explain why or silencing the warning would be handy?