AdelaideSky / GoXlr-Macos

Simple driver app for the GoXlr... On Macos.
https://www.adesky.fr/GoXlr-MacOS/
GNU General Public License v3.0
161 stars 8 forks source link

Create a Device Profile only gives the option to Cancel. #20

Closed smatthews0 closed 1 year ago

smatthews0 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Load Profile > Device Profile > Load profile / New Profile > only option is to cancel.

Expected behavior A clear and concise description of what you expected to happen. Should be able to create and load a profile.

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

AdelaideSky commented 1 year ago

Hi ! This bug has already beed reported on discord, and as i said there, it's a problem with SwiftUI itself. In the code there is:

One of these two buttons are the "confirm" button, but SwiftUI is bugging and show the confirm button as it was the cancel one. If you have a touchbar, youll notice that the cancel and confirm button are here. Meanwhile, im going to see if i can make multiple alerts like this, as having only two elements on an alert don't bug (don't know why) !

smatthews0 commented 1 year ago

Yeah so when clicking on either of them a profile isn't generated at all. It just does nothing at all for me.