diff --git a/komga-webui/src/App.vue b/komga-webui/src/App.vue index 6721e8042..edf698bd6 100644 --- a/komga-webui/src/App.vue +++ b/komga-webui/src/App.vue @@ -15,6 +15,7 @@ export default Vue.extend({ const locale = this.$cookies.get(cookieLocale) if (this.$i18n.availableLocales.includes(locale)) { this.$i18n.locale = locale + this.$vuetify.rtl = (this.$t('common.locale_rtl') === 'true') } } }, diff --git a/komga-webui/src/components/FilterDrawer.vue b/komga-webui/src/components/FilterDrawer.vue index 390dea762..00b359538 100644 --- a/komga-webui/src/components/FilterDrawer.vue +++ b/komga-webui/src/components/FilterDrawer.vue @@ -1,7 +1,7 @@