xwayland: Sync X11 keyboard tracking options between kcfg file and code

amends: a136a159f9
This commit is contained in:
David Edmundson 2024-03-21 08:16:15 +00:00
parent 232984ebd5
commit 4f322e24d3

View file

@ -899,7 +899,7 @@ public:
}
static XwaylandEavesdropsMode defaultXwaylandEavesdrops()
{
return None;
return XwaylandEavesdropsMode::AllKeysWithModifier;
}
static bool defaultXwaylandEavesdropsMouse()
{