Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Consider using `winrt` for toaster notifications #11

Open Ahsoka opened 3 years ago

Ahsoka commented 3 years ago

See NOTE: section of update.py.

One cool application of this would be to use the progress bar toaster to show users how much of the new update exe has downloaded (but keep in mind the download only takes several seconds at most to complete, given reasonable internet speeds).

See an example of the progress bar toaster here: Progress Bar Toaster

References:

Ahsoka commented 2 years ago

See this for another implementation with pure Python.