Merge remote-tracking branch 'origin/main' into addon-i18n

This commit is contained in:
月月
2025-06-27 18:40:06 +08:00
21 changed files with 654 additions and 200 deletions
@@ -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
}