mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-08 14:23:23 +00:00
After `ghostty_app_update_config`, `ghostty_action_config_change_s` was fired with the correct config. This happens synchronously, which will update `App.config` in `App.configChange(_:target:v:)`. Previously, after updating, `App.config` was set with the stale one, which caused #8282.