Elementary to elementary

This commit is contained in:
Dvlv 2024-11-01 06:24:12 +00:00
parent a7c9a0ed32
commit 1a4a24e19a
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA

View file

@ -285,7 +285,7 @@ pub fn get_supported_terminals() -> Vec<TerminalOption> {
separator_arg: String::from("-e"),
},
TerminalOption {
name: String::from("Elementary Terminal"),
name: String::from("elementary Terminal"),
executable_name: String::from("io.elementary.terminal"),
separator_arg: String::from("--"),
},