Skip to content

Commit cf3f493

Browse files
Set checkForBlogPosts to false (#7840)
* set checkForBlogPosts to false * Revert "set checkForBlogPosts to false" This reverts commit ae9bda3. * set real checkForBlogPosts to false
1 parent a6fb5d8 commit cf3f493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/store/modules/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const state = {
154154
backendFallback: process.env.SUPPORTS_LOCAL_API,
155155
backendPreference: !process.env.SUPPORTS_LOCAL_API ? 'invidious' : 'local',
156156
barColor: false,
157-
checkForBlogPosts: true,
157+
checkForBlogPosts: false,
158158
checkForUpdates: true,
159159
baseTheme: 'system',
160160
mainColor: 'Red',

0 commit comments

Comments
 (0)