fix(server): RTL not reported correctly to JS

This commit is contained in:
Elian Doran 2025-10-09 19:44:22 +03:00
parent 63a08c4bd3
commit b84010318d
No known key found for this signature in database

View File

@ -19,6 +19,6 @@
platform: "<%= platform %>",
hasNativeTitleBar: <%= hasNativeTitleBar %>,
TRILIUM_SAFE_MODE: <%= !!process.env.TRILIUM_SAFE_MODE %>,
isRtl: <%= !!currentLocale.isRtl %>
isRtl: <%= !!currentLocale.rtl %>
};
</script>