refine pairing onboarding and scanner presentation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user