Added option to auto-hide subject field when it's empty.

This commit is contained in:
Henry Jameson 2018-12-03 06:47:35 +03:00
parent e15b9bddbb
commit b34097a5c1
9 changed files with 29 additions and 2 deletions

View file

@ -17,6 +17,7 @@ const defaultState = {
showInstanceSpecificPanel: false,
scopeOptionsEnabled: true,
formattingOptionsEnabled: false,
alwaysShowSubjectInput: true,
collapseMessageWithSubject: false,
hidePostStats: false,
hideUserStats: false,