- language fix

- move item popup fix
This commit is contained in:
Čarodej
2022-03-21 11:56:31 +01:00
parent 1d144d6c9e
commit 5531be6640
16 changed files with 102 additions and 31 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
chunkSize: {{ format_bytes(config('vuefilemanager.chunk_size')) }},
isAuthenticated: {{ $isUser ? 1 : 0 }},
isSaaS: {{ $settings && optional($settings)->license === 'Extended' ? 1 : 0 }},
isSaaS: {{ $settings && optional($settings)->license === 'extended' ? 1 : 0 }},
isDev: {{ is_dev() ? 1 : 0 }},
isDemo: {{ config('vuefilemanager.is_demo') ? 1 : 0 }},