mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 21:14:24 +03:00
fix recursion bomb
This commit is contained in:
parent
9991db159c
commit
587330d864
@ -776,7 +776,7 @@ bool CHyprRenderer::applyMonitorRule(CMonitor* pMonitor, SMonitorRule* pMonitorR
|
||||
if (pMonitor->m_bEnabled)
|
||||
pMonitor->onDisconnect();
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!pMonitor->m_bEnabled) {
|
||||
|
Loading…
Reference in New Issue
Block a user