feat(settings): wrap selection setting label

Added a wrapper for the selection setting label to make it easier to
find (internal).
This commit is contained in:
2026-07-25 15:07:08 +02:00
parent bce61bcafb
commit 5e37cdd778
@@ -63,7 +63,9 @@ watch(selected, (newValue, oldValue) => {
<template>
<div>
{{ t(props.setting.i18n) }}
<div class="label">
{{ t(props.setting.i18n) }}
</div>
<ul class="options-list">
<li v-for="option in props.setting.options" :key="option.name">
<label class="settings-button">