diff --git a/src/patchbay.impl.cpp b/src/patchbay.impl.cpp index a050354..28e23b2 100644 --- a/src/patchbay.impl.cpp +++ b/src/patchbay.impl.cpp @@ -386,8 +386,6 @@ namespace vencord listener.on([this](std::uint32_t id) { global_removed(id); }); listener.on([this](const auto &global) { global_added(global); }); - core->update(); - sender.send(ready{}); while (!should_exit)