This commit is contained in:
pdxlocations
2025-01-22 17:31:33 -08:00
parent 767f0e2288
commit dfea291d21
+1 -1
View File
@@ -62,7 +62,7 @@ def generate_menu_from_protobuf(interface):
menu_structure["Main Menu"]["User Settings"] = {
"longName": (None, current_user_config.get("longName", "Not Set")),
"shortName": (None, current_user_config.get("shortName", "Not Set")),
"isLicensed": (None, current_user_config.get("isLicened", "False"))
"isLicensed": (None, current_user_config.get("isLicensed", "False"))
}
else: