mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-10 06:19:16 +00:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
|
|
// pre-emptively shut down to clear resources
|
|
if (typeof IdentityService !== "undefined") {
|
|
IdentityService.shutdown();
|
|
} else if (typeof IDService !== "undefined") {
|
|
IDService.shutdown();
|
|
}
|
|
|