mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 10:26:34 +00:00
update config messages use pointers now to make messages small again
This commit is contained in:
@@ -257,7 +257,8 @@ fn drainMailbox(self: *Thread) !void {
|
||||
},
|
||||
|
||||
.change_config => |config| {
|
||||
try self.renderer.changeConfig(config);
|
||||
defer config.alloc.destroy(config.ptr);
|
||||
try self.renderer.changeConfig(config.ptr);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user