Add plugin deinitialization, configuration saving
[WebThing.git] / WebThing.cs
index fd2eb99..08cfb1b 100644 (file)
@@ -105,7 +105,7 @@ namespace bytex64.WebThing {
         }
 
         public void Quit() {
-            // TODO: Create a way of shutting down plugins
+            Plugins.Deinit();
             Application.Quit();
         }