Profile: Implement custom profile backgrounds

This commit is contained in:
2023-08-07 16:23:18 +02:00
committed by Minz
parent 2f63f172c2
commit 4d72f8562e
5 changed files with 52 additions and 8 deletions

View File

@@ -101,7 +101,8 @@ const PATREON = {
wishlist: 15,
currency: 1.25,
daily: 1.5
}
},
custom_bg: true
},
4 : {
modifiers: {
@@ -110,7 +111,8 @@ const PATREON = {
wishlist: 25,
currency: 1.75,
daily: 2
}
},
custom_bg: true
},
5 : {
modifiers: {
@@ -119,7 +121,8 @@ const PATREON = {
wishlist: 45,
currency: 2,
daily: 4
}
},
custom_bg: true
}
}
}