WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Fix format of download duration #8

Closed Rossi1337 closed 1 month ago

Rossi1337 commented 1 month ago

Format estimated download duration as "00:00:00" When downloading a model the progress bar shows the remaining time. Currently it is displayed as 0:9:12 With the fix it is displayed as 00:09:12

This also improves the UI and the dialog is not flickering anymore as its size does not change all the time.