Added the "What's New"-section to the default tabs

This commit is contained in:
ge78fug 2023-01-11 16:06:11 +01:00
parent eed44b3231
commit 0a64eac778
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());