We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958437f commit c14f74dCopy full SHA for c14f74d
apps/stage-tamagotchi/src/renderer/layouts/settings.vue
@@ -89,6 +89,10 @@ const routeHeaderMetadataMap = computed(() => {
89
subtitle: t('settings.title'),
90
title: t('settings.pages.modules.gaming-factorio.title'),
91
},
92
+ '/settings/modules/beat-sync': {
93
+ subtitle: t('settings.title'),
94
+ title: t('settings.pages.modules.beat_sync.title'),
95
+ },
96
'/settings/providers': {
97
98
title: t('settings.pages.providers.title'),
0 commit comments