Update macos/Sources/Ghostty/Ghostty.App.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lukas
2025-10-28 10:46:09 +01:00
committed by Mitchell Hashimoto
parent 35b2e820ce
commit 32562e0c98

View File

@@ -27,7 +27,7 @@ extension Ghostty {
/// The global app configuration. This defines the app level configuration plus any behavior
/// for new windows, tabs, etc. Note that when creating a new window, it may inherit some
/// configuration (i.e. font size) from the previously focused window. This would override this.
@Published fileprivate(set) var config: Config
@Published private(set) var config: Config
/// Preferred config file than the default ones
private var configPath: String?