1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 11:21:40 +03:00

Unnecessarily long enum

This commit is contained in:
Johan Smith Agudelo Rodriguez 2017-06-29 17:00:55 -05:00
parent a2e4397d03
commit a32236932a

View File

@ -257,8 +257,8 @@ void DockView::setupWaylandIntegration()
m_shellSurface = interface->createSurface(s, this);
qDebug() << "wayland dock window surface was created...";
m_shellSurface->setRole(KWayland::Client::PlasmaShellSurface::Role::Panel);
m_shellSurface->setSkipTaskbar(true);
m_shellSurface->setRole(PlasmaShellSurface::Role::Panel);
m_shellSurface->setPanelBehavior(PlasmaShellSurface::PanelBehavior::WindowsGoBelow);
}
}