mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 12:02:36 +00:00
apprt/embedded: call core app reload config so changes go to all threads
This commit is contained in:
@@ -781,7 +781,7 @@ pub const CAPI = struct {
|
||||
|
||||
/// Reload the configuration.
|
||||
export fn ghostty_app_reload_config(v: *App) void {
|
||||
_ = v.reloadConfig() catch |err| {
|
||||
_ = v.core_app.reloadConfig(v) catch |err| {
|
||||
log.err("error reloading config err={}", .{err});
|
||||
return;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user