Rename to stable voltage and percentage in settings

master
RKBoss6 2025-07-22 09:37:30 -04:00 committed by GitHub
parent eb940bc384
commit c18a2201f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
'Widget': function() { 'Widget': function() {
E.showMenu(submenu_widget); E.showMenu(submenu_widget);
}, },
'Monotonic percentage': { 'Stable Percentage': {
value: !!settings.forceMonoPercentage, value: !!settings.forceMonoPercentage,
onchange: v => { onchange: v => {
writeSettings("forceMonoPercentage", v); writeSettings("forceMonoPercentage", v);
} }
}, },
'Monotonic voltage': { 'Stable Voltage': {
value: !!settings.forceMonoVoltage, value: !!settings.forceMonoVoltage,
onchange: v => { onchange: v => {
writeSettings("forceMonoVoltage", v); writeSettings("forceMonoVoltage", v);