Skip to content

Commit

Permalink
ugh dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed May 9, 2023
1 parent 7d8a769 commit 22a04b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/services/preview.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class PreviewService {
if (removeAll) {
this.loggerService.info(this.lang.info.removingVDF_entries)
} else {
this.loggerService.info(this.lang.info.writingVDF_entries__i.interpolate({ batchSize: this.appSettings.bachDownloadSize }), { invokeAlert: true, alertTimeout: 3000 })
this.loggerService.info(this.lang.info.writingVDF_entries__i.interpolate({ batchSize: this.appSettings.batchDownloadSize }), { invokeAlert: true, alertTimeout: 3000 })
}
if (batchWrite) {
vdfManager.getBatchProgress().subscribe(({update, batch}: {update: string, batch: number})=> {
Expand Down

0 comments on commit 22a04b9

Please sign in to comment.