mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-09-20 01:47:29 +02:00
Android: add an Info button to the top bar that opens the About panel
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
function close() {
|
||||
$showInfo = false;
|
||||
activeTab = 'shortcuts';
|
||||
activeTab = isMobile ? 'about' : 'shortcuts';
|
||||
}
|
||||
|
||||
function openLink(url: string) {
|
||||
|
||||
Reference in New Issue
Block a user