Open eluck opened 1 year ago
Problem: In 50% cases on my laptop the second exec is launched before the first exec returns results. Which causes not switching to another language.
Solution: Only run the second exec after the first one returns.
Now it works well!
Problem: In 50% cases on my laptop the second exec is launched before the first exec returns results. Which causes not switching to another language.
Solution: Only run the second exec after the first one returns.