mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Add return menu to macOS downloader
This commit is contained in:
@@ -1085,6 +1085,7 @@ to your USB drive.
|
|||||||
|
|
||||||
1. Download macOS Installer
|
1. Download macOS Installer
|
||||||
2. Use Existing Installer
|
2. Use Existing Installer
|
||||||
|
B. Exit
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
change_menu = input("Select an option: ")
|
change_menu = input("Select an option: ")
|
||||||
@@ -1092,6 +1093,8 @@ to your USB drive.
|
|||||||
self.download_macOS_installer()
|
self.download_macOS_installer()
|
||||||
elif change_menu == "2":
|
elif change_menu == "2":
|
||||||
self.find_local_installer()
|
self.find_local_installer()
|
||||||
|
elif change_menu in ["B", "b"]:
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
self.download_macOS()
|
self.download_macOS()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user