Store/Settings: Remove/comment out some unused settings

This commit is contained in:
Svallinn 2021-06-11 03:53:14 +01:00
parent b6bd3e6434
commit bc4a329f58
No known key found for this signature in database
GPG Key ID: 09FB527F34037CCA
1 changed files with 1 additions and 2 deletions

View File

@ -158,7 +158,7 @@ const defaultSideEffectsTriggerId = settingId =>
/*****/ /*****/
const state = { const state = {
currentTheme: 'lightRed', // currentTheme: 'lightRed',
backendFallback: true, backendFallback: true,
checkForUpdates: true, checkForUpdates: true,
checkForBlogPosts: true, checkForBlogPosts: true,
@ -190,7 +190,6 @@ const state = {
proxyProtocol: 'socks5', proxyProtocol: 'socks5',
proxyHostname: '127.0.0.1', proxyHostname: '127.0.0.1',
proxyPort: '9050', proxyPort: '9050',
debugMode: false,
disableSmoothScrolling: false, disableSmoothScrolling: false,
hideWatchedSubs: false, hideWatchedSubs: false,
useRssFeeds: false, useRssFeeds: false,