Merge branch 'wooze-pao-fp-dev'

This commit is contained in:
end-4
2025-12-14 10:25:06 +01:00
@@ -72,7 +72,7 @@ Scope {
} }
function stopFingerPam() { function stopFingerPam() {
if (fingerPam.running) { if (fingerPam.active) {
fingerPam.abort(); fingerPam.abort();
} }
} }