mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
Update macos/Sources/Ghostty/Ghostty.App.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Mitchell Hashimoto
parent
35b2e820ce
commit
32562e0c98
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user