mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Restrict global menu fix to Qt < 5.9.0, resolves #691
This commit is contained in:
parent
f6933a8868
commit
05d02b702a
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ void MainWindow::toggleWindow()
|
||||||
raise();
|
raise();
|
||||||
activateWindow();
|
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)
|
// re-register global D-Bus menu (needed on Ubuntu with Unity)
|
||||||
// see https://github.com/keepassxreboot/keepassxc/issues/271
|
// see https://github.com/keepassxreboot/keepassxc/issues/271
|
||||||
// and https://bugreports.qt.io/browse/QTBUG-58723
|
// and https://bugreports.qt.io/browse/QTBUG-58723
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue