launcher: fix plugins being loaded when not wanted

This commit is contained in:
somewhatlurker
2019-08-30 00:16:34 +10:00
parent c2e243852f
commit fd76400e72
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -120,6 +120,9 @@ namespace Launcher {
this->panel_Components->PerformLayout();
AllPlugins = LoadPlugins();
AllPluginOpts = GetPluginOptions(&AllPlugins);
this->panel_Plugins->SuspendLayout();
int pluginsY = 3;