docs: correct default value of gtk-single-instance (#3793)

`desktop` is the default value of `gtk-single-instance`; `detect` is not
a valid value.
This commit is contained in:
Mitchell Hashimoto
2024-12-28 12:51:44 -08:00
committed by GitHub

View File

@ -1812,7 +1812,7 @@ keybind: Keybinds = .{},
///
/// If `false`, each new ghostty process will launch a separate application.
///
/// The default value is `detect` which will default to `true` if Ghostty
/// The default value is `desktop` which will default to `true` if Ghostty
/// detects that it was launched from the `.desktop` file such as an app
/// launcher (like Gnome Shell) or by D-Bus activation. If Ghostty is launched
/// from the command line, it will default to `false`.