mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 00:10:37 -05:00
Prevent shadowing of application settings on MacOS
This commit is contained in:
parent
f4be4c594a
commit
0bea8a881d
2 changed files with 12 additions and 3 deletions
|
|
@ -193,7 +193,6 @@ MainWindow::MainWindow()
|
|||
m_ui->actionChangeMasterKey->setIcon(filePath()->icon("actions", "database-change-key", false));
|
||||
m_ui->actionLockDatabases->setIcon(filePath()->icon("actions", "document-encrypt", false));
|
||||
m_ui->actionQuit->setIcon(filePath()->icon("actions", "application-exit"));
|
||||
m_ui->actionQuit->setMenuRole(QAction::QuitRole);
|
||||
|
||||
m_ui->actionEntryNew->setIcon(filePath()->icon("actions", "entry-new", false));
|
||||
m_ui->actionEntryClone->setIcon(filePath()->icon("actions", "entry-clone", false));
|
||||
|
|
@ -210,11 +209,9 @@ MainWindow::MainWindow()
|
|||
m_ui->actionGroupEmptyRecycleBin->setIcon(filePath()->icon("actions", "group-empty-trash", false));
|
||||
|
||||
m_ui->actionSettings->setIcon(filePath()->icon("actions", "configure"));
|
||||
m_ui->actionSettings->setMenuRole(QAction::PreferencesRole);
|
||||
m_ui->actionPasswordGenerator->setIcon(filePath()->icon("actions", "password-generator", false));
|
||||
|
||||
m_ui->actionAbout->setIcon(filePath()->icon("actions", "help-about"));
|
||||
m_ui->actionAbout->setMenuRole(QAction::AboutRole);
|
||||
|
||||
m_actionMultiplexer.connect(SIGNAL(currentModeChanged(DatabaseWidget::Mode)),
|
||||
this, SLOT(setMenuActionState(DatabaseWidget::Mode)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue