translator: add no skibidi flag at right place

This commit is contained in:
end-4
2025-06-12 15:27:20 +02:00
parent 30f3825f1d
commit 4a9af7e7bd
@@ -82,7 +82,7 @@ Item {
Process {
id: getLanguagesProc
command: ["trans", "-list-languages"]
command: ["trans", "-list-languages", "-no-bidi"]
property list<string> bufferList: ["auto"]
running: true
stdout: SplitParser {