We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d588d1 commit 2f68433Copy full SHA for 2f68433
frontend/views/MainPanel.js
@@ -193,7 +193,6 @@ module.exports = kind({
193
console.info(sender, evt);
194
// this.$.result.set('content', JSON.stringify(evt.data));
195
this.set('autostartEnabled', (evt.returnValue && evt.stdoutString && evt.stdoutString.trim() == autostartFilepath));
196
- this.set('resultText', 'Autostart check completed');
197
this.set('autostartStatusChecked', true);
198
},
199
onTermination: function (sender, evt) {
0 commit comments