mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-10 13:01:24 -05:00
Merge branch 'release/2.2.3' into develop
This commit is contained in:
commit
be88e93820
5 changed files with 68 additions and 35 deletions
|
|
@ -884,7 +884,7 @@ void MainWindow::toggleWindow()
|
|||
raise();
|
||||
activateWindow();
|
||||
|
||||
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS)
|
||||
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS) && (QT_VERSION < QT_VERSION_CHECK(5, 9, 0))
|
||||
// re-register global D-Bus menu (needed on Ubuntu with Unity)
|
||||
// see https://github.com/keepassxreboot/keepassxc/issues/271
|
||||
// and https://bugreports.qt.io/browse/QTBUG-58723
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue