Fix #38
This commit is contained in:
parent
70fe698c22
commit
5e2ecd72a1
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ export default class SettingsView extends Vue {
|
||||||
worker.on("finish", async _ => {
|
worker.on("finish", async _ => {
|
||||||
this.downloadState = null;
|
this.downloadState = null;
|
||||||
await refreshCardSource();
|
await refreshCardSource();
|
||||||
|
this.cardImageSource = cardImageSource();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue