doc: add background-opacity needs restart
parent
478fe3917c
commit
3971c460d1
|
|
@ -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, this setting cannot be reloaded and needs a restart
|
||||||
@"background-opacity": f64 = 1.0,
|
@"background-opacity": f64 = 1.0,
|
||||||
|
|
||||||
/// A positive value enables blurring of the background when background-opacity
|
/// A positive value enables blurring of the background when background-opacity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue