fix: removed a unneeded error popup

This commit is contained in:
Kaley, Fischer 2023-12-28 22:06:52 +01:00
parent 63e6a793dd
commit df59286237

View file

@ -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;
} }