mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-07 16:35:59 +01:00
forgot to remove debug line
This commit is contained in:
parent
029c66b2bc
commit
4ddc5fdb3a
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ void CWindowManager::setupRandrMonitors() {
|
|||
void CWindowManager::setupManager() {
|
||||
setupRandrMonitors();
|
||||
|
||||
if (1 || monitors.size() == 0) {
|
||||
if (monitors.size() == 0) {
|
||||
// RandR failed!
|
||||
Debug::log(WARN, "RandR failed!");
|
||||
|
||||
|
@ -899,4 +899,4 @@ void CWindowManager::updateBarInfo() {
|
|||
}
|
||||
|
||||
statusBar.setCurrentWorkspace(activeWorkspaces[getMonitorFromCursor()->ID]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue