1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-25 09:33:51 +03:00

update lastactivewindow based on changed signal

This commit is contained in:
Michail Vourlakos 2021-10-31 19:10:30 +02:00
parent 6bf2994840
commit 4d3c491b84

View File

@ -512,6 +512,8 @@ void LastActiveWindow::windowChanged(const WindowId &wid)
if (m_currentWinId == wid) {
updateInformationFromHistory();
}
} else if (m_history.indexOf(wid) == 0) {
setInformation(historyitem);
}
} else {
//qDebug() << " LastActiveWindow : window is not in history";