Improve scanner UI

This commit is contained in:
Geomitron
2025-01-04 20:06:18 -06:00
parent ab91565ad7
commit 0797defe93
2 changed files with 9 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ export class ToolsComponent {
this.scanErrorModal.nativeElement.showModal()
} else if (status === 'done') {
this.scanning = false
this.buttonText = 'Complete! (click to scan again)'
this.buttonText = message + ' (click to scan again)'
}
}))
}