forked from AkkomaGang/akkoma-fe
removed references to v3compat
This commit is contained in:
parent
8d2f2866f6
commit
9943e1cc43
1 changed files with 0 additions and 2 deletions
|
@ -481,7 +481,6 @@ export default {
|
||||||
currentColors () {
|
currentColors () {
|
||||||
try {
|
try {
|
||||||
this.previewColors = generateColors({
|
this.previewColors = generateColors({
|
||||||
v3compat: this.currentCompat,
|
|
||||||
opacity: this.currentOpacity,
|
opacity: this.currentOpacity,
|
||||||
colors: this.currentColors
|
colors: this.currentColors
|
||||||
})
|
})
|
||||||
|
@ -494,7 +493,6 @@ export default {
|
||||||
currentOpacity () {
|
currentOpacity () {
|
||||||
try {
|
try {
|
||||||
this.previewColors = generateColors({
|
this.previewColors = generateColors({
|
||||||
v3compat: this.currentCompat,
|
|
||||||
opacity: this.currentOpacity,
|
opacity: this.currentOpacity,
|
||||||
colors: this.currentColors
|
colors: this.currentColors
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue