Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'wifi.ssid2': this.state['wifi.ssid2'],
'wifi.key2': this.state['wifi.key2'],
'wifi.ssid3': this.state['wifi.ssid3'],
'wifi.key3': this.state['wifi.key3'],
'kodi.enabled': this.state['kodi.enabled'],
'kodi.atstartup': this.state['kodi.atstartup'],
'kodi.xbutton': this.state['kodi.xbutton'],
'system.es.menu': this.state['system.es.menu'],
'emulationstation.selectedsystem': this.state['emulationstation.selectedsystem'],
'emulationstation.bootongamelist': this.state['emulationstation.bootongamelist'],
'emulationstation.hidesystemview': this.state['emulationstation.hidesystemview'],
'emulationstation.gamelistonly': this.state['emulationstation.gamelistonly'],
'system.emulators.specialkeys': this.state['system.emulators.specialkeys'],
'system.api.enabled': this.state['system.api.enabled'],
'updates.enabled': this.state['updates.enabled'],
'updates.type': this.state['updates.type'],
}} />
);
}
}
onChange={this.handleSwitchChange}
warning={t("Cette modification nécessite de redémarrer votre recalbox pour être prise en compte.")}
/>
{t("Mises à jour")}}>
);
}
}