mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-28 01:05:23 -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
|
||||
// systray not useful on OS X
|
||||
m_generalUi->systrayShowCheckBox->setVisible(false);
|
||||
m_generalUi->systrayMinimizeOnCloseCheckBox->setVisible(false);
|
||||
m_generalUi->systrayMinimizeToTrayCheckBox->setVisible(false);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue