chore: set twitterEmoji and hideActivity to true as default
This commit is contained in:
parent
a1601d9943
commit
3da2f4c864
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ const defaultSettings: Settings = {
|
|||
darkThemeId: undefined,
|
||||
isMarkdown: true,
|
||||
editorToolbar: false,
|
||||
twitterEmoji: false,
|
||||
twitterEmoji: true,
|
||||
pageZoom: 100,
|
||||
hideActivity: false,
|
||||
hideActivity: true,
|
||||
|
||||
isPeopleDrawer: true,
|
||||
memberSortFilterIndex: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue