Store/Settings: Remove/comment out some unused settings
This commit is contained in:
parent
b6bd3e6434
commit
bc4a329f58
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue