mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +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
|
||||
2. Use Existing Installer
|
||||
B. Exit
|
||||
"""
|
||||
)
|
||||
change_menu = input("Select an option: ")
|
||||
@@ -1092,6 +1093,8 @@ to your USB drive.
|
||||
self.download_macOS_installer()
|
||||
elif change_menu == "2":
|
||||
self.find_local_installer()
|
||||
elif change_menu in ["B", "b"]:
|
||||
return
|
||||
else:
|
||||
self.download_macOS()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user