commit: 6b0d72937e19c87ea8a925b41a1475704bbd1a56
parent 4664d99af26bfebadf70be740abfd49acc045897
Author: tusooa <tusooa@kazv.moe>
Date: Sun, 21 May 2023 18:31:25 +0000
Apply 1 suggestion(s) to 1 file(s)
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/components/settings_modal/helpers/boolean_setting.vue b/src/components/settings_modal/helpers/boolean_setting.vue
@@ -35,16 +35,6 @@
>
{{ backendDescriptionDescription + ' ' }}
</p>
- <!-- debugging -->
- <!--
- <p
- v-else
- class="setting-description"
- :class="{ 'faint': shouldBeDisabled }"
- >
- MISSING DESCRIPTION FOR {{ path }}
- </p>
- -->
</label>
</template>