mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
Fix typo
Fixed "Only Print URLs" in main menu reflecting the "Toggle Recovery-Only" setting incorrectly.
This commit is contained in:
parent
cda92d5e4b
commit
b4f353ebf0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue