mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-31 12:38:40 +03:00

Fixes #440 We previously weren't observing changes so they weren't being automatically propagated. We were using an old pointer which at best returned the wrong value and at worst crashed. I was able to make it crash eventually, too. This changes the fields to be properly published and observed and as a result the config is immediately available to all users.