1
0
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:
Michail Vourlakos 2019-04-05 20:52:30 +03:00
parent 4c4b41d378
commit ae69884e04

View File

@ -258,6 +258,10 @@ void WindowsTracker::updateFlags()
WindowId activeTouchWinId;
for (const auto &winfo : m_windows) {
if (winfo.isPlasmaDesktop()) {
continue;
}
if (isActive(winfo)) {
foundActive = true;
}