mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 04:57:59 +01:00
Add addon download start message. Its absense makes me uncomfortable.
This commit is contained in:
@@ -1444,7 +1444,9 @@ const Dactyl = Module("dactyl", {
|
||||
|
||||
const addonListener = {
|
||||
onNewInstall: function (install) {},
|
||||
onDownloadStarted: function (install) {},
|
||||
onDownloadStarted: function (install) {
|
||||
dactyl.echomsg("Add-on download started: " + (install.name || install.sourceURI.spec));
|
||||
},
|
||||
onDownloadProgress: function (install) {},
|
||||
onDownloadEnded: function (install) {
|
||||
dactyl.echomsg("Add-on download complete: " + (install.name || install.sourceURI.spec));
|
||||
|
||||
Reference in New Issue
Block a user