From 489d5b72696d5c5f802ee206bdde0693ba172018 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 11 Jan 2017 14:46:04 +0100 Subject: Set enabled state from subscription --- common/domain/folder.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/folder.fbs') 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 { parent:string; icon:string; specialpurpose:[string]; + enabled:bool = true; } root_type Folder; -- cgit v1.2.3