mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Hide systray options on Mac
This commit is contained in:
parent
415b114dac
commit
81cdcb4b62
@ -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…
Reference in New Issue
Block a user