mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 13:28:39 +09:00
5 lines
No EOL
158 B
JavaScript
5 lines
No EOL
158 B
JavaScript
Components.utils.import("resource://gre/modules/Services.jsm");
|
|
|
|
const install = function() {
|
|
Services.obs.notifyObservers(null, "addon-install", "");
|
|
} |