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
The "Apply" button in the preferences dialog is missing a key equivalent. If this is set to "\r" the button will automatically displayed blue and its action is triggered on return. This is the default for primary buttons on macOS. I am not sure however if SwiftUI is supporting this, which is why I build a MacButton NSViewRepresentable for it. Let me know what you think, so we can discuss this further.
We might be able to remove the "Apply" Button altogether. Is there anything stopping you from storing the entered values as they change/onEndEditing?
The text was updated successfully, but these errors were encountered:
The "Apply" button in the preferences dialog is missing a key equivalent. If this is set to "\r" the button will automatically displayed blue and its action is triggered on return. This is the default for primary buttons on macOS. I am not sure however if SwiftUI is supporting this, which is why I build a MacButton NSViewRepresentable for it. Let me know what you think, so we can discuss this further.
We might be able to remove the "Apply" Button altogether. Is there anything stopping you from storing the entered values as they change/onEndEditing?
The text was updated successfully, but these errors were encountered: