defaultPreferences.defaultRootTab

This commit is contained in:
Martti Malmi
2024-02-12 11:55:14 +02:00
parent 3e43300077
commit 18c366502c
10 changed files with 17 additions and 18 deletions

View File

@ -114,7 +114,7 @@ export const DefaultPreferences = {
autoShowLatest: false,
fileUploader: "void.cat",
imgProxyConfig: DefaultImgProxy,
defaultRootTab: CONFIG.features.forYouFeed ? "for-you" : "following",
defaultRootTab: "following",
defaultZapAmount: 50,
autoZap: false,
telemetry: true,