mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
core: reset toplevel before disconnect
This commit is contained in:
parent
7e500e679e
commit
fb9c8d665a
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ void CPortalManager::startEventLoop() {
|
||||||
m_sPortals.globalShortcuts.reset();
|
m_sPortals.globalShortcuts.reset();
|
||||||
m_sPortals.screencopy.reset();
|
m_sPortals.screencopy.reset();
|
||||||
m_sPortals.screenshot.reset();
|
m_sPortals.screenshot.reset();
|
||||||
|
m_sHelpers.toplevel.reset();
|
||||||
|
|
||||||
m_pConnection.reset();
|
m_pConnection.reset();
|
||||||
pw_loop_destroy(m_sPipewire.loop);
|
pw_loop_destroy(m_sPipewire.loop);
|
||||||
|
|
Loading…
Reference in a new issue