aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/Navigation.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/services/Navigation.ts')
-rw-r--r--apps/files/src/services/Navigation.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/src/services/Navigation.ts b/apps/files/src/services/Navigation.ts
index a39b04b642a..e86266013d7 100644
--- a/apps/files/src/services/Navigation.ts
+++ b/apps/files/src/services/Navigation.ts
@@ -71,7 +71,9 @@ export interface Navigation {
parent?: string
/** This view is sticky (sent at the bottom) */
sticky?: boolean
- /** This view has children and is expanded or not */
+ /** This view has children and is expanded or not,
+ * will be overridden by user config.
+ */
expanded?: boolean
/**