Home
last modified time | relevance | path

Searched refs:m_bSpecialReleaseAlt (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceIntegration.cs195 private bool m_bSpecialReleaseAlt = true; field in KeePass.App.Configuration.AceIntegration
199 get { return m_bSpecialReleaseAlt; }
200 set { m_bSpecialReleaseAlt = value; }