1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-15 15:37:38 +00:00

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

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());