aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Service.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/Service.js')
-rw-r--r--src/models/Service.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index 88bce3360..fa3648a39 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -104,6 +104,8 @@ export default class Service {
104 104
105 this.recipe = recipe; 105 this.recipe = recipe;
106 106
107 this.isServiceAccessRestricted = false;
108
107 autorun(() => { 109 autorun(() => {
108 if (!this.isEnabled) { 110 if (!this.isEnabled) {
109 this.webview = null; 111 this.webview = null;