rbn42 / panon

An Audio Visualizer Widget in KDE Plasma
GNU General Public License v3.0
192 stars 30 forks source link

[BUG] Arguments input bug #87

Closed snail-with-tea closed 2 years ago

snail-with-tea commented 2 years ago

Desktop (please complete the following information):

Describe the bug Argument type of double doesn't allow to input '.' but allows ',' and that's breaking shaders which use it

Any error message shown in the console too complicated for me

snail-with-tea commented 2 years ago

I solved it. Needed to add " before and after value in meta.json like this: "default":"value" Then it will input correctly