summaryrefslogtreecommitdiffstats
path: root/common/domain/folder.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/folder.fbs')
-rw-r--r--common/domain/folder.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/folder.fbs b/common/domain/folder.fbs
index 5d0ebfa..09f30f8 100644
--- a/common/domain/folder.fbs
+++ b/common/domain/folder.fbs
@@ -5,6 +5,7 @@ table Folder {
5 parent:string; 5 parent:string;
6 icon:string; 6 icon:string;
7 specialpurpose:[string]; 7 specialpurpose:[string];
8 enabled:bool = true;
8} 9}
9 10
10root_type Folder; 11root_type Folder;