fix(gui): send capability_detection_complete events from gui

This commit is contained in:
CJ van den Berg 2026-04-10 13:48:45 +02:00
parent 0eb2e848c0
commit 8190380e79
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -379,6 +379,7 @@ pub fn process_renderer_event(self: *Self, msg: []const u8) Error!void {
})) {
self.window_ready = true;
self.dispatch_initialized(self.handler_ctx);
if (self.dispatch_event) |f| f(self.handler_ctx, try self.fmtmsg(.{"capability_detection_complete"}));
return;
}
}