From b22ed500d5d5705236df99e4a622ed2ca5270535 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Wed, 19 Feb 2025 10:56:35 +0800 Subject: [PATCH] chore(settings): disable livestreaming videos on Following tab by default --- src/logic/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logic/storage.ts b/src/logic/storage.ts index 73281517..45844012 100644 --- a/src/logic/storage.ts +++ b/src/logic/storage.ts @@ -189,7 +189,7 @@ export const originalSettings: Settings = { enableFilterByUser: false, filterByUser: [], - followingTabShowLivestreamingVideos: true, + followingTabShowLivestreamingVideos: false, homePageTabVisibilityList: [], alwaysShowTabsOnHomePage: false,