feat: add a new setting that disables the display of the disk usage (#2136)

This commit is contained in:
Gabriel Alencar
2023-02-15 19:30:48 -03:00
committed by GitHub
parent 60d1e2d291
commit 428c1c606d
29 changed files with 71 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
const name = window.FileBrowser.Name || "File Browser";
const disableExternal = window.FileBrowser.DisableExternal;
const disableUsedPercentage = window.FileBrowser.DisableUsedPercentage;
const baseURL = window.FileBrowser.BaseURL;
const staticURL = window.FileBrowser.StaticURL;
const recaptcha = window.FileBrowser.ReCaptcha;
@@ -19,6 +20,7 @@ const origin = window.location.origin;
export {
name,
disableExternal,
disableUsedPercentage,
baseURL,
logoURL,
recaptcha,