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