mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
Fix input handling
This commit is contained in:
@@ -390,7 +390,9 @@ Custom names will report as follows:
|
|||||||
Currently only offers 1.5TB bundles
|
Currently only offers 1.5TB bundles
|
||||||
""")
|
""")
|
||||||
change_menu = input("Download more RAM?(y/n): ")
|
change_menu = input("Download more RAM?(y/n): ")
|
||||||
if change_menu == "1":
|
if change_menu == "y":
|
||||||
self.constants.download_ram = True
|
self.constants.download_ram = True
|
||||||
|
elif change_menu == "n":
|
||||||
|
self.constants.download_ram = False
|
||||||
else:
|
else:
|
||||||
print("Invalid option")
|
print("Invalid option")
|
||||||
|
|||||||
Reference in New Issue
Block a user