old-knossos icon indicating copy to clipboard operation
old-knossos copied to clipboard

Notification or Beep when a mod is finished installing

Open TheMatthew opened this issue 6 years ago • 1 comments

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

TheMatthew avatar Jan 02 '19 02:01 TheMatthew

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

JadedDragoon avatar Jan 10 '21 14:01 JadedDragoon