mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
fix(server): RTL not reported correctly to JS
This commit is contained in:
parent
63a08c4bd3
commit
b84010318d
@ -19,6 +19,6 @@
|
||||
platform: "<%= platform %>",
|
||||
hasNativeTitleBar: <%= hasNativeTitleBar %>,
|
||||
TRILIUM_SAFE_MODE: <%= !!process.env.TRILIUM_SAFE_MODE %>,
|
||||
isRtl: <%= !!currentLocale.isRtl %>
|
||||
isRtl: <%= !!currentLocale.rtl %>
|
||||
};
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user