mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
keepassxc-browser
This commit is contained in:
parent
a7e6e4ef45
commit
06518c5736
43 changed files with 4422 additions and 42 deletions
|
|
@ -90,6 +90,9 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||
#ifdef WITH_XC_SSHAGENT
|
||||
extensions += "\n- SSH Agent";
|
||||
#endif
|
||||
#ifdef WITH_XC_BROWSER
|
||||
extensions += "\n- Native messaging browser extension";
|
||||
#endif
|
||||
|
||||
if (extensions.isEmpty())
|
||||
extensions = " None";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue