more local-only stuff
This commit is contained in:
parent
10b4259de6
commit
6a8abf1b32
3 changed files with 14 additions and 10 deletions
|
|
@ -49,8 +49,6 @@ export const instanceDefaultConfig = {
|
|||
hideScrobbles: false,
|
||||
hideScrobblesAfter: '2d',
|
||||
maxThumbnails: 16,
|
||||
hideNsfw: true,
|
||||
preloadImage: true,
|
||||
loopVideo: true,
|
||||
loopVideoSilentOnly: true,
|
||||
/// This is not the streaming API configuration, but rather an option
|
||||
|
|
@ -121,7 +119,6 @@ export const instanceDefaultConfig = {
|
|||
|
||||
modalMobileCenter: false,
|
||||
playVideosInModal: false,
|
||||
useOneClickNsfw: false,
|
||||
useContainFit: true,
|
||||
disableStickyHeaders: false,
|
||||
showScrollbars: false,
|
||||
|
|
@ -165,6 +162,9 @@ export const instanceDefaultConfig = {
|
|||
export const defaultConfigLocal = {
|
||||
hideAttachments: false,
|
||||
hideAttachmentsInConv: false,
|
||||
hideNsfw: true,
|
||||
useOneClickNsfw: false,
|
||||
preloadImage: true,
|
||||
postContentType: 'text/plain',
|
||||
sidebarRight: false,
|
||||
sidebarColumnWidth: '25rem',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue