mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
Fix minimize at startup and decouple various tray and minimization options (#109)
* Hide window on startup when configured to start minimized, fixes #105 * Decouple different systray and minimization options, fixes #64 * Commit missing changes in main.cpp to minimize at startup * Remove obsolete code
This commit is contained in:
parent
02d2ac904d
commit
19a960856c
7 changed files with 22 additions and 60 deletions
|
@ -51,8 +51,7 @@ private Q_SLOTS:
|
|||
void saveSettings();
|
||||
void reject();
|
||||
void enableAutoSaveOnExit(bool checked);
|
||||
void enableSystrayMinimizeToTray(bool checked);
|
||||
void enableSystrayMinimizeToTray2(bool checked);
|
||||
void enableSystray(bool checked);
|
||||
|
||||
private:
|
||||
QWidget* const m_secWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue