mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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
|
||||
// systray not useful on OS X
|
||||
m_generalUi->systrayShowCheckBox->setVisible(false);
|
||||
m_generalUi->systrayMinimizeOnCloseCheckBox->setVisible(false);
|
||||
m_generalUi->systrayMinimizeToTrayCheckBox->setVisible(false);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user