mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 05:23:16 -08:00
made widenTimeline false by default
This commit is contained in:
parent
06ba190e2e
commit
f15b94d566
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ const defaultState = {
|
|||
showNavShortcuts: true,
|
||||
showWiderShortcuts: true,
|
||||
sidebarRight: false,
|
||||
widenTimeline: true,
|
||||
widenTimeline: false,
|
||||
subjectLineBehavior: 'email',
|
||||
theme: 'pleroma-dark',
|
||||
virtualScrolling: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue