mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
[AltServer] Fixes wireless devices not appearing in devices list
This commit is contained in:
@@ -259,7 +259,7 @@ extension AppDelegate: NSMenuDelegate
|
|||||||
{
|
{
|
||||||
guard menu == self.appMenu else { return }
|
guard menu == self.appMenu else { return }
|
||||||
|
|
||||||
self.connectedDevices = ALTDeviceManager.shared.connectedDevices
|
self.connectedDevices = ALTDeviceManager.shared.availableDevices
|
||||||
|
|
||||||
self.launchAtLoginMenuItem.target = self
|
self.launchAtLoginMenuItem.target = self
|
||||||
self.launchAtLoginMenuItem.action = #selector(AppDelegate.toggleLaunchAtLogin(_:))
|
self.launchAtLoginMenuItem.action = #selector(AppDelegate.toggleLaunchAtLogin(_:))
|
||||||
|
|||||||
Reference in New Issue
Block a user