mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
updateActiveWindow at start
This commit is contained in:
parent
0d438d87d3
commit
a9a9e13ad6
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ TaskPanel::TaskPanel(QObject *parent, const QVariantList &args)
|
|||
m_activeTimer->setInterval(ACTIVE_WINDOW_UPDATE_INVERVAL);
|
||||
connect(m_activeTimer, &QTimer::timeout, this, &TaskPanel::updateActiveWindow);
|
||||
initWayland();
|
||||
m_activeTimer->start();
|
||||
}
|
||||
|
||||
TaskPanel::~TaskPanel() = default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue