diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue index 162b0b34..82a57336 100644 --- a/src-vue/src/App.vue +++ b/src-vue/src/App.vue @@ -13,8 +13,8 @@ import NotificationButton from "./components/NotificationButton.vue"; export default { components: { NotificationButton, - ChangelogView, DeveloperView, + ChangelogView, PlayView, SettingsView, ModsView @@ -67,8 +67,8 @@ export default { data-tauri-drag-region > {{ $t('menu.play') }} - {{ $t('menu.changelog') }} {{ $t('menu.mods') }} + {{ $t('menu.changelog') }} {{ $t('menu.settings') }} {{ $t('menu.dev') }}