Skip to content

Commit

Permalink
Merge pull request #9664 from Marius1501/whats_new_section_to_default…
Browse files Browse the repository at this point in the history
…_tabs

Added the "What's New"-section to the default tabs
  • Loading branch information
Stypox committed Jan 13, 2023
2 parents e44d092 + 0a64eac commit 262b3a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 262b3a2

Please sign in to comment.