Skip to content

Commit cf428e3

Browse files
committed
UX: Allow display of disk usage information in demo mode photoprism#4266
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 79e6eba commit cf428e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/navigation.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ export default {
997997
featMembership: tier < 3 && isSuperAdmin && !isPublic && !isDemo,
998998
featFeedback: tier >= 6 && isSuperAdmin && !isPublic && !isDemo,
999999
featFiles: this.$config.feature("files"),
1000-
featUsage: !isDemo && canManagePhotos && this.$config.feature("files") && this.$config.values?.usage?.filesTotal,
1000+
featUsage: canManagePhotos && this.$config.feature("files") && this.$config.values?.usage?.filesTotal,
10011001
isRestricted: isRestricted,
10021002
isMini: localStorage.getItem("last_navigation_mode") !== "false" || isRestricted,
10031003
isDemo: isDemo,

0 commit comments

Comments
 (0)