This commit is contained in:
Hamcha 2019-09-21 10:44:35 +02:00
parent 70fe698c22
commit 5e2ecd72a1
Signed by: hamcha
GPG Key ID: 41467804B19A3315
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ export default class SettingsView extends Vue {
worker.on("finish", async _ => {
this.downloadState = null;
await refreshCardSource();
this.cardImageSource = cardImageSource();
});
}