Merge pull request #9664 from Marius1501/whats_new_section_to_default_tabs

Added the "What's New"-section to the default tabs
This commit is contained in:
Stypox 2023-01-13 13:25:02 +01:00 committed by GitHub
commit 262b3a2945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public final class TabsJsonHelper {
private static final List<Tab> FALLBACK_INITIAL_TABS_LIST = List.of(
Tab.Type.DEFAULT_KIOSK.getTab(),
Tab.Type.FEED.getTab(),
Tab.Type.SUBSCRIPTIONS.getTab(),
Tab.Type.BOOKMARKS.getTab());