remove player from screens

This commit is contained in:
2025-10-13 16:57:08 +02:00
parent caefef74ff
commit a0de26b41f
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -47,6 +47,13 @@ const HIDDEN_ROUTE_NAMES = new Set([
Routes.VideoFinalize,
Routes.FlowSelection,
Routes.ChooseCoverType,
Routes.Settings,
Routes.ProjectSettings,
Routes.AccountSettings,
Routes.ChangeEmailAddress,
Routes.ChangePassword,
Routes.Notifications,
Routes.Language,
]);
const noopAsync = async () => {};