mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
GUI: Implement update.plist creation on update
This commit is contained in:
@@ -62,7 +62,7 @@ def seconds_to_readable_time(seconds) -> str:
|
||||
time = ""
|
||||
|
||||
if seconds == 0:
|
||||
return "Done"
|
||||
return "Almost done"
|
||||
if seconds < 0:
|
||||
return "Indeterminate"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user