chore: set twitterEmoji and hideActivity to true as default

This commit is contained in:
sup39 2025-04-06 18:54:17 +09:00
parent a1601d9943
commit 3da2f4c864
Signed by: sup39
GPG key ID: 111C00916C1641E5

View file

@ -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,