diff --git a/macos/Sources/Ghostty/Ghostty.App.swift b/macos/Sources/Ghostty/Ghostty.App.swift index 3db8e7a11..690caac34 100644 --- a/macos/Sources/Ghostty/Ghostty.App.swift +++ b/macos/Sources/Ghostty/Ghostty.App.swift @@ -149,10 +149,7 @@ extension Ghostty { } ghostty_app_update_config(app, newConfig.config!) - - // We can only set our config after updating it so that we don't free - // memory that may still be in use - self.config = newConfig + /// applied config will be updated in ``Self.configChange(_:target:v:)`` } func reloadConfig(surface: ghostty_surface_t, soft: Bool = false) {