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:
parent
a2e4397d03
commit
a32236932a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user