Skip to content

Commit

Permalink
LXQtWMBackend_KWinWayland: announce DesktopSwitch support
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Aug 20, 2024
1 parent 7305973 commit 8f68516
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ LXQtWMBackend_KWinWayland::LXQtWMBackend_KWinWayland(QObject *parent) :

bool LXQtWMBackend_KWinWayland::supportsAction(WId windowId, LXQtTaskBarBackendAction action) const
{
if(action == LXQtTaskBarBackendAction::DesktopSwitch)
return true;

LXQtTaskBarPlasmaWindow *window = getWindow(windowId);
if(!window)
return false;
Expand Down

0 comments on commit 8f68516

Please sign in to comment.