hhd-dev / hhd-ui

The main UI for the Handheld Daemon.
GNU General Public License v3.0
7 stars 4 forks source link

Crash on default value missing #2

Closed antheas closed 7 months ago

antheas commented 7 months ago

Default values on hhd are optional. Right now, if a default value is missing, hhd-ui crashes.

Uncomment the display plugin to debug.

aarron-lee commented 7 months ago

@antheas the problem is not the default value, the problem is that the value is null, which crashes the component.

the value was missing, not defaultValue. Pushed a fix/workaround to make the regular value optional