mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-03 04:58:23 +03:00
ignore PlasmaDesktop for windows tracking flags
BUG: 406235
This commit is contained in:
parent
4c4b41d378
commit
ae69884e04
@ -258,6 +258,10 @@ void WindowsTracker::updateFlags()
|
||||
WindowId activeTouchWinId;
|
||||
|
||||
for (const auto &winfo : m_windows) {
|
||||
if (winfo.isPlasmaDesktop()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (isActive(winfo)) {
|
||||
foundActive = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user