mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Hiding tray settings for mac.
This commit is contained in:
parent
f1e7167c65
commit
7e8679b6c3
@ -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