You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
I've just spend an hour trying to hide the delete hint button because I don't want users to leave a hotkey empty. They're pre-filled and users have the option to override them.
I managed to delete the button by overriding the getShortcutRect method and setting showsDeleteButton to No like below, but it would be nice to have an option to hide this without overriding the code.
I've just spend an hour trying to hide the delete hint button because I don't want users to leave a hotkey empty. They're pre-filled and users have the option to override them.
I managed to delete the button by overriding the
getShortcutRect method and setting showsDeleteButton to No
like below, but it would be nice to have an option to hide this without overriding the code.The text was updated successfully, but these errors were encountered: