Hotspot test and fix

This commit is contained in:
Thomas Farstrike
2026-03-25 14:30:16 +01:00
parent 73b9095631
commit ed9abf7e3d
2 changed files with 140 additions and 1 deletions
@@ -127,7 +127,7 @@ class HotspotSettings(Activity):
self.refresh_status()
def should_show_password(self, setting):
authmode = self.prefs.get_string("authmode", None)
authmode = self.ui_prefs.get_string("authmode", None)
if authmode is None:
authmode = self.DEFAULTS["authmode"]
return authmode != "none"