mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 22:35:59 +01:00
parent
feb5df591c
commit
f147831c53
1 changed files with 0 additions and 2 deletions
|
@ -378,8 +378,6 @@ void CPortalManager::startEventLoop() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
addTimer({10000, [this] { this->terminate(); }});
|
|
||||||
|
|
||||||
while (1) { // dbus events
|
while (1) { // dbus events
|
||||||
// wait for being awakened
|
// wait for being awakened
|
||||||
m_sEventLoopInternals.loopRequestMutex.unlock(); // unlock, we are ready to take events
|
m_sEventLoopInternals.loopRequestMutex.unlock(); // unlock, we are ready to take events
|
||||||
|
|
Loading…
Reference in a new issue