Fix logic for disabling Bluetooth at shutdown
If Bluetooth is disabled when the app starts and the user or another app subsequently enables it, Briar will disable it when shutting down.
The current logic checks whether Bluetooth was disable at startup, and if si, disables it at shutdown. What it should do instead is check whether Bluetooth was disabled startup and Briar enabled it at startup, and if so, disable it at shutdown.