refine pairing onboarding and scanner presentation

This commit is contained in:
2026-04-20 19:18:03 +00:00
parent 5b6de05b11
commit 75f5a4e7e8
3 changed files with 580 additions and 222 deletions
+2
View File
@@ -121,6 +121,8 @@ final class AppViewModel: ObservableObject {
}
} else if session != nil {
await refreshDashboard()
} else if launchArguments.contains("--show-pair-scanner") {
isScannerPresented = true
}
} catch {
if session == nil {