GUI: Implement update.plist creation on update

This commit is contained in:
Mykola Grymalyuk
2023-05-14 20:46:52 -06:00
parent d8267838ae
commit 5929e81337
7 changed files with 82 additions and 32 deletions

View File

@@ -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"