search widget: fix wrong calculator result (#1424)

This commit is contained in:
end-4
2025-06-26 22:36:55 +02:00
parent 08b07ff729
commit 4f7ed4da53
@@ -90,7 +90,7 @@ Item { // Wrapper
id: mathProcess
property list<string> baseCommand: ["qalc", "-t"]
function calculateExpression(expression) {
// mathProcess.running = false
mathProcess.running = false
mathProcess.command = baseCommand.concat(expression)
mathProcess.running = true
}