add todo
This commit is contained in:
parent
a509495b9f
commit
5faaaa0276
|
@ -29,6 +29,7 @@
|
||||||
this.local = false;
|
this.local = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO Display error if plugin fails to start/stop
|
||||||
function togglePlugin(plugin) {
|
function togglePlugin(plugin) {
|
||||||
if (plugin.enabled) {
|
if (plugin.enabled) {
|
||||||
this.pluginManager.stopPlugin(plugin);
|
this.pluginManager.stopPlugin(plugin);
|
||||||
|
|
Loading…
Reference in New Issue