chore: release v0.26.2
This commit is contained in:
@@ -126,6 +126,10 @@ export function BackfillDistances() {
|
||||
return window['go']['main']['App']['BackfillDistances']();
|
||||
}
|
||||
|
||||
export function BackfillRDA(arg1) {
|
||||
return window['go']['main']['App']['BackfillRDA'](arg1);
|
||||
}
|
||||
|
||||
export function BackfillUSCounties() {
|
||||
return window['go']['main']['App']['BackfillUSCounties']();
|
||||
}
|
||||
@@ -170,6 +174,10 @@ export function ClearLookupCache() {
|
||||
return window['go']['main']['App']['ClearLookupCache']();
|
||||
}
|
||||
|
||||
export function CloseAutostartPrograms() {
|
||||
return window['go']['main']['App']['CloseAutostartPrograms']();
|
||||
}
|
||||
|
||||
export function ClusterSpotStatuses(arg1) {
|
||||
return window['go']['main']['App']['ClusterSpotStatuses'](arg1);
|
||||
}
|
||||
@@ -1666,10 +1674,18 @@ export function QuitApp() {
|
||||
return window['go']['main']['App']['QuitApp']();
|
||||
}
|
||||
|
||||
export function RDADatabaseCount() {
|
||||
return window['go']['main']['App']['RDADatabaseCount']();
|
||||
}
|
||||
|
||||
export function RecomputeAllAwardRefs() {
|
||||
return window['go']['main']['App']['RecomputeAllAwardRefs']();
|
||||
}
|
||||
|
||||
export function RecomputeAwardRefsForCode(arg1) {
|
||||
return window['go']['main']['App']['RecomputeAwardRefsForCode'](arg1);
|
||||
}
|
||||
|
||||
export function RefreshCtyDat() {
|
||||
return window['go']['main']['App']['RefreshCtyDat']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user