mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
fix: removed a unneeded error popup
This commit is contained in:
parent
63e6a793dd
commit
df59286237
1 changed files with 1 additions and 1 deletions
|
@ -1436,7 +1436,7 @@ void Hy3Layout::applyNodeDataToWindow(Hy3Node* node, bool no_animation) {
|
||||||
"node {:x}'s workspace has no associated monitor, cannot apply node data",
|
"node {:x}'s workspace has no associated monitor, cannot apply node data",
|
||||||
(uintptr_t) node
|
(uintptr_t) node
|
||||||
);
|
);
|
||||||
errorNotif();
|
//errorNotif();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue