mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-01 16:25:43 +02:00
ALTWiredConnection.disconnect() doesn’t do anything if ALTWiredConnection.isConnected == NO. The problem is, we never set .isConnected to YES in the first place…which means disconnect() never actually did anything. Whoops.