mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 08:45:59 +01:00
fix silly mistakes
This commit is contained in:
parent
215125bd66
commit
5272588270
1 changed files with 63 additions and 61 deletions
|
@ -981,6 +981,8 @@ bool CHyprRenderer::applyMonitorRule(CMonitor* pMonitor, SMonitorRule* pMonitorR
|
||||||
} else {
|
} else {
|
||||||
Debug::log(LOG, "Set a custom mode %ix%i@%2f (mode not found in monitor modes)", (int)pMonitorRule->resolution.x, (int)pMonitorRule->resolution.y, (float)pMonitorRule->refreshRate);
|
Debug::log(LOG, "Set a custom mode %ix%i@%2f (mode not found in monitor modes)", (int)pMonitorRule->resolution.x, (int)pMonitorRule->resolution.y, (float)pMonitorRule->refreshRate);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Debug::log(LOG, "Setting custom mode for %s", pMonitor->output->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if(pMonitorRule->resolution != Vector2D()) {
|
} else if(pMonitorRule->resolution != Vector2D()) {
|
||||||
|
|
Loading…
Reference in a new issue