mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 13:50:00 +10:00
Update Utilities.py
This commit is contained in:
@@ -34,7 +34,8 @@ def check_recovery():
|
|||||||
|
|
||||||
def cls():
|
def cls():
|
||||||
# We only support macOS, so
|
# We only support macOS, so
|
||||||
print("\u001Bc")
|
#print("\u001Bc")
|
||||||
|
pass
|
||||||
|
|
||||||
# def menu(title, prompt, menu_options, add_quit=True, auto_number=False, in_between=[], top_level=False):
|
# def menu(title, prompt, menu_options, add_quit=True, auto_number=False, in_between=[], top_level=False):
|
||||||
# return_option = ["Q", "Quit", None] if top_level else ["B", "Back", None]
|
# return_option = ["Q", "Quit", None] if top_level else ["B", "Back", None]
|
||||||
|
|||||||
Reference in New Issue
Block a user