File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3047,7 +3047,7 @@ keybind: Keybinds = .{},
30473047///
30483048/// * `audio`
30493049///
3050- /// Play a custom sound. (GTK only )
3050+ /// Play a custom sound. (Available since 1.3.0 on macOS )
30513051///
30523052/// * `attention` *(enabled by default)*
30533053///
@@ -3089,14 +3089,14 @@ keybind: Keybinds = .{},
30893089/// directory if this is used as a CLI flag. The path may be prefixed with `~/`
30903090/// to reference the user's home directory.
30913091///
3092- /// Available since: 1.2.0
3092+ /// Available since: 1.2.0 on GTK, 1.3.0 on macOS.
30933093@"bell-audio-path" : ? Path = null ,
30943094
30953095/// If `audio` is an enabled bell feature, this is the volume to play the audio
30963096/// file at (relative to the system volume). This is a floating point number
30973097/// ranging from 0.0 (silence) to 1.0 (as loud as possible). The default is 0.5.
30983098///
3099- /// Available since: 1.2.0
3099+ /// Available since: 1.2.0 on GTK, 1.3.0 on macOS.
31003100@"bell-audio-volume" : f64 = 0.5 ,
31013101
31023102/// Control the in-app notifications that Ghostty shows.
You can’t perform that action at this time.
0 commit comments