keepass: bring back and update plugins load patches

Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.

This closes #35446.
This commit is contained in:
Vasyl Solovei
2018-02-24 08:38:36 +02:00
parent c8b1b34123
commit e3c5cf39bc
3 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1 @@
+ m_pluginManager.LoadAllPlugins("$PATH$/lib/dotnet/keepass", SearchOption.TopDirectoryOnly, new string[] {});