Terminal (Linux): fix kgx version detection

This commit is contained in:
李通洲
2024-01-22 10:34:45 +08:00
parent a9a5790cba
commit 994fd359a5
+1 -1
View File
@@ -281,7 +281,7 @@ FF_MAYBE_UNUSED static bool getTerminalVersionGnome(FFstrbuf* version)
FF_MAYBE_UNUSED static bool getTerminalVersionKgx(FFstrbuf* version)
{
if(ffProcessAppendStdOut(version, (char* const[]){
"gnome-terminal",
"kgx",
"--version",
NULL
})) return false;