Corrected Tabs

This commit is contained in:
2025-01-05 21:16:31 +01:00
parent c103e9402a
commit 3a4b1a7a56

View File

@@ -24,7 +24,7 @@ defineShortcuts({
} }
}, },
'arrowright': () => { 'arrowright': () => {
if(openTab.value < 3) { if(openTab.value < dataType.showTabs.length - 1) {
openTab.value += 1 openTab.value += 1
} }
}, },