diff --git a/src/platformtheme/khintssettings.cpp b/src/platformtheme/khintssettings.cpp --- a/src/platformtheme/khintssettings.cpp +++ b/src/platformtheme/khintssettings.cpp @@ -123,6 +123,10 @@ updateShowIconsInMenuItems(cg); +#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) + m_hints[QPlatformTheme::ShowShortcutsInContextMenus] = true; +#endif + QMetaObject::invokeMethod(this, "delayedDBusConnects", Qt::QueuedConnection); QMetaObject::invokeMethod(this, "setupIconLoader", Qt::QueuedConnection);