mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 20:46:00 +01:00
fix recursion bomb
This commit is contained in:
parent
9991db159c
commit
587330d864
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue