X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=WebThing.cs;h=08cfb1bae7c1a346f83183ffef81f0445db317d3;hb=02acfc22dbfa3d145d265157fdf616a950fa30c6;hp=fd2eb991ab38e8f83f1cb78e92ee843b53f47742;hpb=924fc4da5643fb24b86a1a61e5a04649e6623979;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(); }