Skip to content

Commit

Permalink
chore!: remove unnecessary settings that complicate development
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 22, 2021
1 parent 53c32b9 commit 650f0bb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions store/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ export const state = () => ({
defaultValue: true,
},

lazyLoading: {
name: 'Lazy load',
description:
'Load media when it enters view, so you only use data when you see it.',
value: true,
defaultValue: true,
},

fullSizeImages: {
name: 'Full size images',
description:
Expand Down Expand Up @@ -114,20 +106,6 @@ export const state = () => ({
value: 1,
defaultValue: 1,
},

animations: {
name: 'Animations',
description: 'Use animations and other resource-heavy resources.',
value: true,
defaultValue: true,
},

nsfw: {
name: 'NSFW',
description: 'Allows NSFW content to be shown.',
value: true,
defaultValue: true,
},
},
})

Expand Down

0 comments on commit 650f0bb

Please sign in to comment.