enable filters by default
This commit is contained in:
parent
e6e2b78112
commit
fe4feb12e0
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@
|
||||||
"showCalendarControls": true, // fixme: should be false
|
"showCalendarControls": true, // fixme: should be false
|
||||||
"showClips": true,
|
"showClips": true,
|
||||||
"showDocument": true,
|
"showDocument": true,
|
||||||
"showDocumentFilters": false,
|
"showDocumentFilters": true,
|
||||||
"showFilters": true,
|
"showFilters": true,
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
|
|
Loading…
Reference in a new issue