FuryBaguette / SwitchLayoutEditor

A layout editor for the Nintendo Switch
GNU General Public License v3.0
200 stars 9 forks source link

Alpha not exported to diff JSON #8

Open LexNastin opened 4 years ago

LexNastin commented 4 years ago

I'd guess that it's just an unsupported value currently, but maybe it's just my issue so I'm asking here.

exelix11 commented 4 years ago

You mean the alpha property of panes ? That is not supported in the JSON format, here you can find a list of the supported properties. Iirc alpha wasn't added cause it didn't work, wasn't often used or had some other issue. If it works and you have a use case for it I could add support in the next update.

LexNastin commented 4 years ago

ohhh, k thx

vapopescu commented 2 years ago

One use case I could find was to hide the cursor (UF_Cursor) pane while still keeping the edge of selection "bump" audio feedback. Hiding it with the "Visible" property also disables the audio "bump".