Select row via Touchscreen [Solved]

Hi, I could select rows via Touchscreen, but cannot any longer. Was that a change /intentional? Because I really liked that feature, it’s more immediate than selecting via buttons.

1 Like

Hi, it looks like that the feature is disabled for some reason on your Electra. Pls try following to enable it again:

  • Go to https://app.electra.one/sandbox/
  • Select “Config” radio button
  • Paste the contents of JSON file shown below.
  • The default is true (touch switches the sections) / false disables that.
  • Press the Upload button
{
   "version": 1,
   "uiFeatures": {
     "touchSwitchControlSets": true
   }
}

worked! Thank you! :slight_smile: :slight_smile:

1 Like