1diff --git a/KeePass/Forms/MainForm.cs b/KeePass/Forms/MainForm.cs
2index 3d5fca0..4c3f3d4 100644
3--- a/KeePass/Forms/MainForm.cs
4+++ b/KeePass/Forms/MainForm.cs
5@@ -406,7 +406,$OUTPUT_LC$ @@ namespace KeePass.Forms
6 m_pluginManager.Initialize(m_pluginDefaultHost);
7
8 m_pluginManager.UnloadAllPlugins();
9- if(AppPolicy.Current.Plugins) m_pluginManager.LoadAllPlugins();
10$DO_LOADS$+
11
12 // Delete old files *after* loading plugins (when timestamps
13 // of loaded plugins have been updated already)