diff options
| author | 2026-01-15 18:38:19 +0800 | |
|---|---|---|
| committer | 2026-01-15 18:38:19 +0800 | |
| commit | f584425ca78eab398a150aa9ffc3ed74f0cc8a70 (patch) | |
| tree | 0305be9fb98e25940300e8e5fce73994645769df /ui/src/components/BottomBar.svelte | |
| parent | 7a6933edd9092a25d1f24d1e17ae9cd665816460 (diff) | |
| download | DropOut-f584425ca78eab398a150aa9ffc3ed74f0cc8a70.tar.gz DropOut-f584425ca78eab398a150aa9ffc3ed74f0cc8a70.zip | |
feat: Implement local version fetching and enhance version type detection to support modpacks in version management
Diffstat (limited to 'ui/src/components/BottomBar.svelte')
| -rw-r--r-- | ui/src/components/BottomBar.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/BottomBar.svelte b/ui/src/components/BottomBar.svelte index 04d53de..b7bbf71 100644 --- a/ui/src/components/BottomBar.svelte +++ b/ui/src/components/BottomBar.svelte @@ -86,6 +86,7 @@ case 'fabric': return 'text-indigo-400'; case 'forge': return 'text-orange-400'; case 'snapshot': return 'text-amber-400'; + case 'modpack': return 'text-purple-400'; default: return 'text-emerald-400'; } } |