Fix advanced settings not working if wifiSSIDHidden is not in settings file

- Fix advanced settings not working if users has wifi settings saved
  with previous version of Imager, and user selected "use always"

Ref #343

- Also fix problem where "SSH enabled" is not saved on Mac OS X due
  to the check assuming QSettings stores settings as strings, while
  with the plist stuff on Mac OS X it is stored as boolean.
This commit is contained in:
Floris Bos 2022-02-03 18:57:41 +01:00
parent b8222915f8
commit d91f8d95b1
3 changed files with 16 additions and 5 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
rpi-imager (1.7.1) unstable; urgency=medium
* Fix advanced settings being broken if there are saved wifi
settings and wifiSSIDHidden is not present
-- Floris Bos <bos@je-eigen-domein.nl> Thu, 03 Feb 2022 18:38:15 +0100
rpi-imager (1.7.0) unstable; urgency=medium
* Only apply advanced settings if the operating system indicates it