diff --git a/AltServer/AppDelegate.swift b/AltServer/AppDelegate.swift index 773d6305..6fc4c464 100644 --- a/AltServer/AppDelegate.swift +++ b/AltServer/AppDelegate.swift @@ -259,7 +259,7 @@ extension AppDelegate: NSMenuDelegate { guard menu == self.appMenu else { return } - self.connectedDevices = ALTDeviceManager.shared.connectedDevices + self.connectedDevices = ALTDeviceManager.shared.availableDevices self.launchAtLoginMenuItem.target = self self.launchAtLoginMenuItem.action = #selector(AppDelegate.toggleLaunchAtLogin(_:))