X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=WebThing.cs;h=08cfb1bae7c1a346f83183ffef81f0445db317d3;hb=bf0210888b2c1a7eb26656fdcaec4e0559569772;hp=fd2eb991ab38e8f83f1cb78e92ee843b53f47742;hpb=1b1f91b709e01680efda771cd905e460c08fb19a;p=WebThing.git diff --git a/WebThing.cs b/WebThing.cs index fd2eb99..08cfb1b 100644 --- a/WebThing.cs +++ b/WebThing.cs @@ -105,7 +105,7 @@ namespace bytex64.WebThing { } public void Quit() { - // TODO: Create a way of shutting down plugins + Plugins.Deinit(); Application.Quit(); }