chore(bindings): regenerate the Wails TS bindings

Stale since the 0.23.9 work: SetOpsLogQSLReceived, the backup keep_all
flag, the award PRIMARY search prefix and the default QSL message were
all missing from the generated bindings.
This commit is contained in:
2026-08-08 17:35:53 +02:00
parent 9c757e5175
commit 48c448e6f3
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -1846,6 +1846,10 @@ export function SetKenwoodKeySpeed(arg1) {
return window['go']['main']['App']['SetKenwoodKeySpeed'](arg1);
}
export function SetOpsLogQSLReceived(arg1, arg2) {
return window['go']['main']['App']['SetOpsLogQSLReceived'](arg1, arg2);
}
export function SetPassphrase(arg1) {
return window['go']['main']['App']['SetPassphrase'](arg1);
}