Fixed "Only Print URLs" in main menu reflecting the "Toggle Recovery-Only" setting incorrectly.
This commit is contained in:
CorpNewt
2022-08-05 00:28:55 -05:00
committed by GitHub
parent cda92d5e4b
commit b4f353ebf0
+1 -1
View File
@@ -458,7 +458,7 @@ class gibMacOS:
lines.append("")
lines.append("M. Change Max-OS Version (Currently {})".format(self.num_to_macos(self.current_macos,for_url=False)))
lines.append("C. Change Catalog (Currently {})".format(self.current_catalog))
lines.append("I. Only Print URLs (Currently {})".format("On" if self.find_recovery else "Off"))
lines.append("I. Only Print URLs (Currently {})".format("On" if self.print_urls else "Off"))
if sys.platform.lower() == "darwin":
lines.append("S. Set Current Catalog to SoftwareUpdate Catalog")
lines.append("L. Clear SoftwareUpdate Catalog")