update wording

This commit is contained in:
Mitchell Hashimoto
2025-01-02 14:06:18 -08:00
parent e7354e7308
commit bed37ac844

View File

@ -560,6 +560,7 @@ palette: Palette = .{},
/// On macOS, background opacity is disabled when the terminal enters native /// On macOS, background opacity is disabled when the terminal enters native
/// fullscreen. This is because the background becomes gray and it can cause /// fullscreen. This is because the background becomes gray and it can cause
/// widgets to show through which isn't generally desirable. /// widgets to show through which isn't generally desirable.
///
/// On macOS, changing this configuration requires restarting Ghostty completely. /// On macOS, changing this configuration requires restarting Ghostty completely.
@"background-opacity": f64 = 1.0, @"background-opacity": f64 = 1.0,