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

@ -61,10 +61,10 @@ declare const CONFIG: {
communityLeaders: boolean;
nostrAddress: boolean;
pushNotifications: boolean;
forYouFeed: boolean;
};
defaultPreferences: {
hideMutedNotes: boolean;
defaultRootTab: "following" | "for-you";
};
signUp: {
quickStart: boolean;