mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 22:05:58 +01:00
fix compile
This commit is contained in:
parent
15fc0892c7
commit
03f2e4d42a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void CMonitor::onConnect(bool noRule) {
|
|||
if (PREFSTATE)
|
||||
wlr_output_set_mode(output, PREFSTATE);
|
||||
else
|
||||
Debug::log(WARN, "No mode found for disabled output %s", output->name)
|
||||
Debug::log(WARN, "No mode found for disabled output %s", output->name);
|
||||
|
||||
wlr_output_enable(output, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue