Terminal: support qterminal version detection

This commit is contained in:
李通洲
2023-06-11 12:19:40 +08:00
committed by 李通洲
parent 6ba95d7017
commit d23831465a
@@ -258,6 +258,9 @@ bool fftsGetTerminalVersion(FFstrbuf* processName, FF_MAYBE_UNUSED FFstrbuf* exe
if(ffStrbufIgnCaseEqualS(processName, "foot"))
return getTerminalVersionFoot(exe, version);
if(ffStrbufIgnCaseEqualS(processName, "qterminal"))
return getExeVersionRaw(exe, version); //1.2.0
#endif
#ifdef _WIN32