mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 05:25:58 +01:00
I always forget to turn off this debug thing
This commit is contained in:
parent
3180ad2104
commit
005265404a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void CWindowManager::setupManager() {
|
|||
EWMH::setupInitEWMH();
|
||||
setupRandrMonitors();
|
||||
|
||||
if (monitors.size() == 0 || true) {
|
||||
if (monitors.size() == 0) {
|
||||
// RandR failed!
|
||||
Debug::log(WARN, "RandR failed!");
|
||||
monitors.clear();
|
||||
|
|
Loading…
Reference in a new issue