fix: added additional selection in recent qso filters
This commit is contained in:
@@ -42,6 +42,10 @@ export function BrowseExecutable() {
|
||||
return window['go']['main']['App']['BrowseExecutable']();
|
||||
}
|
||||
|
||||
export function BulkUpdateField(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['BulkUpdateField'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function BulkUpdateQSL(arg1, arg2) {
|
||||
return window['go']['main']['App']['BulkUpdateQSL'](arg1, arg2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user