QR code rotation

This commit is contained in:
Fedor Indutny
2025-01-14 12:14:32 -08:00
committed by GitHub
parent f4e5b8c80e
commit ba80d310d2
11 changed files with 579 additions and 404 deletions

View File

@@ -33,6 +33,7 @@ export enum InstallScreenError {
}
export enum InstallScreenQRCodeError {
MaxRotations = 'MaxRotations',
Timeout = 'Timeout',
Unknown = 'Unknown',
NetworkIssue = 'NetworkIssue',