Fix initial number of threads

This commit is contained in:
Boris Kubiak 2022-02-08 16:22:11 +01:00
parent 1c4271a4f3
commit 11e28341df

View file

@ -104,7 +104,7 @@
}, },
data: function () { data: function () {
return { return {
threads: 4, threads: this.$props.cores || 4,
hex: '', hex: '',
checksum: true, checksum: true,
suffix: false, suffix: false,