add Settings page

This commit is contained in:
2024-01-11 15:56:02 +01:00
parent 67cf564b01
commit 145f36f39b
3 changed files with 41 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
export enum Page {
Login = 0,
Launch = 1,
Settings = 2,
}