fix(gui): send capability_detection_complete events from gui
This commit is contained in:
parent
0eb2e848c0
commit
8190380e79
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue