Skip to content

Commit

Permalink
add experimental switch to release versions (evcc-io#9831)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Sep 11, 2023
1 parent 8351a44 commit c0bc1ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/js/components/GlobalSettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<TelemetrySettings :sponsor="sponsor" class="mt-1 mb-0" />
</FormRow>
<FormRow
v-if="isNightly"
id="hiddenFeaturesEnabled"
:label="`${$t('settings.hiddenFeatures.label')} 🧪`"
>
Expand Down Expand Up @@ -131,9 +130,6 @@ export default {
locales.sort((a, b) => (a.name < b.name ? -1 : 1));
return locales;
},
isNightly: () => {
return !!window?.evcc?.commit;
},
},
watch: {
unit(value) {
Expand Down

0 comments on commit c0bc1ae

Please sign in to comment.