+
@@ -26,8 +26,7 @@ import { mainRouter } from '@/router';
import { defaultStore } from '@/store';
import { eventBus } from '@/scripts/cherrypick/eventBus';
-const isAllowHideHeader = ref(mainRouter.currentRoute.value.name === 'index' || mainRouter.currentRoute.value.name === 'explore' || mainRouter.currentRoute.value.name === 'my-notifications' || mainRouter.currentRoute.value.name === 'my-favorites');
-
+const isAllowHideHeader = ref(['index', 'explore', 'my-notifications', 'my-favorites'].includes(mainRouter.currentRoute.value.name));
const MOBILE_THRESHOLD = 500;
const isMobile = ref(deviceKind === 'smartphone' || window.innerWidth <= MOBILE_THRESHOLD);
diff --git a/packages/frontend/src/pages/settings/cherrypick.vue b/packages/frontend/src/pages/settings/cherrypick.vue
index 1dcf73eb6b..d10d283476 100644
--- a/packages/frontend/src/pages/settings/cherrypick.vue
+++ b/packages/frontend/src/pages/settings/cherrypick.vue
@@ -27,6 +27,15 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.showRenoteConfirmPopup }}
+
+ {{ i18n.ts.displayHeaderNavBarWhenScroll }}
+
+
+
+
+
+
+