mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Minimize-On-Startup: add function to minimize mainwindow if all four tray settings are true
This commit is contained in:
parent
0f0af12353
commit
3cf1a16398
2 changed files with 12 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class MainWindow : public QMainWindow
|
|||
public:
|
||||
MainWindow();
|
||||
~MainWindow();
|
||||
void configuredMinimizeWindow();
|
||||
|
||||
public Q_SLOTS:
|
||||
void openDatabase(const QString& fileName, const QString& pw = QString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue