mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-01 03:46:42 -05:00
Add an option to display a tray icon.
Also implement "Minimize to tray" functionality.
This commit is contained in:
parent
870d7355ca
commit
4cdb9a645d
6 changed files with 111 additions and 1 deletions
|
|
@ -39,6 +39,8 @@ int main(int argc, char** argv)
|
|||
// don't set organizationName as that changes the return value of
|
||||
// QDesktopServices::storageLocation(QDesktopServices::DataLocation)
|
||||
|
||||
QApplication::setQuitOnLastWindowClosed(false);
|
||||
|
||||
if (!Crypto::init()) {
|
||||
QString error = QCoreApplication::translate("Main",
|
||||
"Fatal error while testing the cryptographic functions.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue