feat: While recording a QSO the count is clickable to start the recording again

This commit is contained in:
2026-06-22 21:55:21 +02:00
parent 678787ec62
commit 81c60628c6
5 changed files with 49 additions and 3 deletions
+4
View File
@@ -826,6 +826,10 @@ export function QSOAudioCancel() {
return window['go']['main']['App']['QSOAudioCancel']();
}
export function QSOAudioResetClock() {
return window['go']['main']['App']['QSOAudioResetClock']();
}
export function QSOAudioRestart() {
return window['go']['main']['App']['QSOAudioRestart']();
}