This commit is contained in:
Jiiks 2018-01-25 14:47:26 +02:00
parent a509495b9f
commit 5faaaa0276
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
this.local = false;
}
//TODO Display error if plugin fails to start/stop
function togglePlugin(plugin) {
if (plugin.enabled) {
this.pluginManager.stopPlugin(plugin);