mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 15:50:20 +00:00
egghs(encoding): better threshold 👌
This commit is contained in:
parent
5294724527
commit
fd4f71475e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default {
|
||||||
return Math.trunc(this.value * 100)
|
return Math.trunc(this.value * 100)
|
||||||
},
|
},
|
||||||
labelSubtitle () {
|
labelSubtitle () {
|
||||||
return Math.random() < 0.7 ? 'Encoding may take some time depending on your device' : 'Encoding may take some time depending on your level of cuteness'
|
return Math.random() < 0.69 ? 'Encoding may take some time depending on your device' : 'Encoding may take some time depending on your level of cuteness'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue