mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
|
|
|
||
|
|
// pre-emptively shut down to clear resources
|
||
|
|
if (typeof IdentityService !== "undefined") {
|
||
|
|
IdentityService.shutdown();
|
||
|
|
} else if (typeof IDService !== "undefined") {
|
||
|
|
IDService.shutdown();
|
||
|
|
}
|
||
|
|
|