Variables screen - does not show correct value

Hallo @Andreas_Hegenberg

small issue with the variable screen...

Describe the bug
The variable screen does not show the correct string, see example ("save this string").

This variable defined as "persistent" and does already exist/have a value (!), so it is not overwritten (correctly shown in the .plist),

but

the variable screen shows a different value ("Start to edit"),
that should be the value if the variable does not yet have a value...

I would expect to see: "save this string".

thx,
Christian

Screenshots


Device information:

  • BetterTouchTool version: 5.451

what method did you use for setting the "save this string" value?

that is done in the WebView, like so:

Thx,
Christian