ngld / old-knossos

A mod launcher/installer for FSO
https://fsnebula.org/knossos/
Apache License 2.0
58 stars 23 forks source link

Notification or Beep when a mod is finished installing #161

Open TheMatthew opened 5 years ago

TheMatthew commented 5 years ago

This will help the UX as the install process can take several minutes.

A chime like steam (example https://freesound.org/people/nckn/sounds/256113/)

or a notification like gog

import notify2 notify2.init('foo') n = notify2.Notification('foo', 'bar') n.show()

can help

JadedDragoon commented 3 years ago

If os-native notifications are used then you get both and respect user's existing preferences for the display of notifications.