mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 02:25:59 +01:00
reinit render on disconnected displays
This commit is contained in:
parent
69db6207c0
commit
c7350117f1
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ void CMonitor::onDisconnect() {
|
|||
}
|
||||
|
||||
m_bEnabled = false;
|
||||
m_bRenderingInitPassed = false;
|
||||
|
||||
hyprListener_monitorFrame.removeCallback();
|
||||
|
||||
|
|
Loading…
Reference in a new issue