xatupal / KeeTheme

KeePass Plugin
MIT License
457 stars 36 forks source link

Question: KeeTheme.dll #107

Closed theking2 closed 8 months ago

theking2 commented 8 months ago

I have a question. What is the reason of the .dll file? Without it and only plgx in the plugins folder keepass seems to work fine in dark mode.

xatupal commented 8 months ago

It's described in detail here: https://keepass.info/help/v2_dev/plg_index.html, PLGX files section. In short: only one file is required to make it work. PLGX offers greater compatibility, DLL provides greater security.

theking2 commented 8 months ago

Got it, Thanks!