mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 23:21:57 -07:00
fix recursion bomb
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user