mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
I need sleep
This commit is contained in:
@@ -226,7 +226,7 @@ def cls():
|
|||||||
global clear
|
global clear
|
||||||
if not clear:
|
if not clear:
|
||||||
return
|
return
|
||||||
if check_cli_args() is not None:
|
if check_cli_args() is None:
|
||||||
# Our GUI does not support clear screen
|
# Our GUI does not support clear screen
|
||||||
if not check_recovery():
|
if not check_recovery():
|
||||||
os.system("cls" if os.name == "nt" else "clear")
|
os.system("cls" if os.name == "nt" else "clear")
|
||||||
|
|||||||
Reference in New Issue
Block a user