From 1cf32061e430f6137c455f72f008ad98ebcaca69 Mon Sep 17 00:00:00 2001
From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Date: Tue, 3 Sep 2024 22:38:45 +0200
Subject: feat: Switch location of Mods and Changelog tabs (#1002)
* feat: Switch location of Mods and Changelog tabs
Usually players care more about mods than changelogs so it should be further in front.
* fix: Revert unnecessary component re-order
---
src-vue/src/App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src-vue/src')
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue
index 162b0b34..9db6c488 100644
--- a/src-vue/src/App.vue
+++ b/src-vue/src/App.vue
@@ -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') }}
--
cgit v1.2.3