Add first launch tour (#38)

This commit is contained in:
V
2023-06-21 14:39:41 +02:00
committed by GitHub
parent 39cc30de53
commit 178bb0c012
5 changed files with 222 additions and 33 deletions

View File

@@ -19,4 +19,6 @@ export interface Settings {
skippedUpdate?: string;
staticTitle?: boolean;
arRPC?: boolean;
firstLaunch?: boolean;
}