feat: New tool to remove duplicates in the log
This commit is contained in:
@@ -250,6 +250,10 @@ export function FilterFields() {
|
||||
return window['go']['main']['App']['FilterFields']();
|
||||
}
|
||||
|
||||
export function FindDuplicates(arg1) {
|
||||
return window['go']['main']['App']['FindDuplicates'](arg1);
|
||||
}
|
||||
|
||||
export function FindQSOsForUpload(arg1, arg2) {
|
||||
return window['go']['main']['App']['FindQSOsForUpload'](arg1, arg2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user