diff options
| author | Daniel Wennberg <daniel.wennberg@gmail.com> | 2025-10-04 00:06:41 -0700 |
|---|---|---|
| committer | Daniel Wennberg <daniel.wennberg@gmail.com> | 2025-10-04 00:13:23 -0700 |
| commit | 3620132dfc449b95270703c386556278f26fa7f0 (patch) | |
| tree | 3b28728e147a0e0ac4f80dc21281d11f1072acba /src | |
| parent | 0b14026696e0bf54d5dba8940d8ae97201ddab27 (diff) | |
Remove incorrect note from config docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Config.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/Config.zig b/src/config/Config.zig index caaf5feb8..bd2fe1cfb 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2957,9 +2957,6 @@ keybind: Keybinds = .{}, /// Supported formats include PNG, JPEG, and ICNS. /// /// Defaults to `~/.config/ghostty/Ghostty.icns` -/// -/// Note: This configuration is required when `macos-icon` is set to -/// `custom` @"macos-custom-icon": ?[:0]const u8 = null, /// The material to use for the frame of the macOS app icon. |
