Android: add an Info button to the top bar that opens the About panel

This commit is contained in:
Yuri Karamian
2026-06-25 12:37:12 +02:00
parent b10a7b1bfc
commit 761bf5b42e
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
function close() {
$showInfo = false;
activeTab = 'shortcuts';
activeTab = isMobile ? 'about' : 'shortcuts';
}
function openLink(url: string) {