[wayland] Update to kwayland-server appmenu changes

master
David Edmundson 2020-06-15 10:34:46 +01:00
parent 7a861d07aa
commit 2c55df788f
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ bool WaylandServer::init(const QByteArray &socketName, InitializationFlags flags
}
);
m_appMenuManager = m_display->createAppMenuManagerInterface(m_display);
m_appMenuManager->create();
connect(m_appMenuManager, &AppMenuManagerInterface::appMenuCreated,
[this] (AppMenuInterface *appMenu) {
if (XdgToplevelClient *client = findXdgToplevelClient(appMenu->surface())) {