feat: New buttons for Icom Scope

This commit is contained in:
2026-07-07 16:50:26 +02:00
parent 05fbb8a3bc
commit 1cadefd207
8 changed files with 107 additions and 9 deletions
+4
View File
@@ -770,6 +770,10 @@ export function IcomSetScope(arg1) {
return window['go']['main']['App']['IcomSetScope'](arg1);
}
export function IcomSetScopeEdges(arg1, arg2) {
return window['go']['main']['App']['IcomSetScopeEdges'](arg1, arg2);
}
export function IcomSetScopeMode(arg1) {
return window['go']['main']['App']['IcomSetScopeMode'](arg1);
}