diff --git a/src/lib/components/AppLayout.svelte b/src/lib/components/AppLayout.svelte index 9a5a8dd..bdd36ae 100644 --- a/src/lib/components/AppLayout.svelte +++ b/src/lib/components/AppLayout.svelte @@ -870,6 +870,13 @@ + ($showInfo = true)} title="Info"> + + + + + + ($showSettings = true)} title="Settings"> diff --git a/src/lib/components/InfoPanel.svelte b/src/lib/components/InfoPanel.svelte index 6adf445..ff6d26a 100644 --- a/src/lib/components/InfoPanel.svelte +++ b/src/lib/components/InfoPanel.svelte @@ -96,7 +96,7 @@ function close() { $showInfo = false; - activeTab = 'shortcuts'; + activeTab = isMobile ? 'about' : 'shortcuts'; } function openLink(url: string) {