hyprctl: fix no_vrr prop ref (#12410)

This commit is contained in:
Hleb Shauchenka 2025-11-20 23:40:39 +01:00 committed by GitHub
parent c249a9f4b8
commit c5d45b7653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3327,7 +3327,7 @@ SDispatchResult CKeybindManager::setProp(std::string args) {
g_pCompositor->focusWindow(PLASTWINDOW);
}
if (PROP == "novrr")
if (PROP == "no_vrr")
g_pConfigManager->ensureVRR(PWINDOW->m_monitor.lock());
for (auto const& m : g_pCompositor->m_monitors)