Update AppConfigurator.vue

pull/6711/head
tugcekucukoglu 2024-11-01 14:14:07 +03:00
parent f99e54f838
commit e805f7faf7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</div> </div>
<div class="flex-1"> <div class="flex-1">
<div class="config-panel-settings items-end"> <div class="config-panel-settings items-end">
<span class="config-panel-label">RTL (Beta)</span> <span class="config-panel-label">RTL</span>
<ToggleSwitch v-model="isRTL" @update:modelValue="onRTLChange" /> <ToggleSwitch v-model="isRTL" @update:modelValue="onRTLChange" />
</div> </div>
</div> </div>