Skip to content

Commit

Permalink
[Issue comixed#137] Don't allow imports while comics are processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Mar 18, 2020
1 parent 3a6c747 commit e0a58d1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<h2 *ngIf='!comicFiles.length && !importing'>{{'import-page.title-no-comics'|translate}}</h2>
<h2 *ngIf='comicFiles.length'>{{'import-page.title-with-comics'|translate:{
<h2 *ngIf='comicFiles.length && !importing'>{{'import-page.title-with-comics'|translate:{
comicCount: comicFiles.length,
selectedCount: selectedComicFiles.length
} }}</h2>
Expand Down

0 comments on commit e0a58d1

Please sign in to comment.