Various bugfixes #40

Merged
hamcha merged 3 commits from bugfix/various into master 2019-09-21 08:54:21 +00:00
Showing only changes of commit 5e2ecd72a1 - Show all commits

View file

@ -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();
}); });
} }