Removed the header on the play page

This commit is contained in:
Clément Le Bihan
2023-11-28 00:08:04 +01:00
parent 4de420e4dc
commit 3b24cefd3f
+1 -1
View File
@@ -55,7 +55,7 @@ const protectedRoutes = () =>
options: { headerShown: false },
link: '/V2',
},
Play: { component: PlayView, options: { title: translate('play') }, link: '/play/:songId' },
Play: { component: PlayView, options: { headerShown: false, title: translate("play") }, link: '/play/:songId' },
Settings: {
component: SettingsTab,
options: { headerShown: false },