diff --git a/index.js b/index.js index e9f57be..435e4fa 100644 --- a/index.js +++ b/index.js @@ -322,7 +322,9 @@ const ContainerService = { Services.obs.addObserver(this, "lightweight-theme-changed", false); - study.startup(reason); + if (self.id === "@shield-study-containers") { + study.startup(reason); + } }, registerBackgroundConnection(api) {