mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Use unified toolbar on OS X
This commit is contained in:
parent
a31c423d9e
commit
52ab7b8865
@ -282,6 +282,10 @@ MainWindow::MainWindow()
|
||||
|
||||
connect(m_ui->actionAbout, SIGNAL(triggered()), SLOT(showAboutDialog()));
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
#endif
|
||||
|
||||
updateTrayIcon();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user