ysfchn / toasted

Rich toast notifications library for Windows (10/11) in Python, supports all elements provided by Windows.
MIT License
18 stars 1 forks source link

{Suggestion} Error Caused by KeyboardInterrupt #2

Closed valentineu0 closed 7 months ago

valentineu0 commented 7 months ago

Suggestion Description

When you stop the program with the CTRL + C combination while executing the program, an error message is sent. The error message can be suppressed.

Ways to Observe the Error

  1. Run the program appropriately.
  2. Stop the program with the CTRL + C combination.
  3. Observe the error.

Expected Behavior

Error-free closing when using the combination.

Screenshot

Ekran görüntüsü 2024-03-25 214614

ysfchn commented 7 months ago

Fixed with 1ed634088ade07e552ece2d69956cf3ea2a379f4.

To install latest changes made in source code:

python -m pip install --upgrade --force-reinstall https://github.com/ysfchn/toasted/archive/refs/heads/main.zip