This commit is contained in:
syuilo 2019-02-26 14:02:23 +09:00
parent e7032363d7
commit 8db8d3f39e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
9 changed files with 31 additions and 38 deletions

View file

@ -17,8 +17,6 @@ const defaultSettings = {
showPostFormOnTopOfTl: false,
suggestRecentHashtags: true,
showClockOnHeader: true,
useShadow: true,
roundedCorners: false,
circleIcons: true,
contrastedAcct: true,
showFullAcct: false,
@ -48,6 +46,8 @@ const defaultDeviceSettings = {
deckMode: false,
deckColumnAlign: 'center',
deckColumnWidth: 'normal',
useShadow: true,
roundedCorners: false,
reduceMotion: false,
autoPopout: false,
darkmode: false,