mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 14:11:59 -07:00
monitors: fix vrr breaking monitor disconnect (#8314)
This commit is contained in:
@@ -334,6 +334,7 @@ void CMonitor::onDisconnect(bool destroy) {
|
||||
activeWorkspace.reset();
|
||||
|
||||
output->state->resetExplicitFences();
|
||||
output->state->setAdaptiveSync(false);
|
||||
output->state->setEnabled(false);
|
||||
|
||||
if (!state.commit())
|
||||
|
Reference in New Issue
Block a user