mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
search widget: fix wrong calculator result (#1424)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user