mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-03 02:47:06 -04:00
Hide systray options on Mac
This commit is contained in:
parent
415b114dac
commit
81cdcb4b62
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ SettingsWidget::SettingsWidget(QWidget* parent)
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
// systray not useful on OS X
|
// systray not useful on OS X
|
||||||
m_generalUi->systrayShowCheckBox->setVisible(false);
|
m_generalUi->systrayShowCheckBox->setVisible(false);
|
||||||
|
m_generalUi->systrayMinimizeOnCloseCheckBox->setVisible(false);
|
||||||
m_generalUi->systrayMinimizeToTrayCheckBox->setVisible(false);
|
m_generalUi->systrayMinimizeToTrayCheckBox->setVisible(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue