mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix(betterActivities): set default icon size to 15
idk why I've set this to 20
This commit is contained in:
parent
4f0e9312ec
commit
d7d64f420c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const settings = definePluginSettings({
|
||||||
type: OptionType.SLIDER,
|
type: OptionType.SLIDER,
|
||||||
description: "Size of the activity icons",
|
description: "Size of the activity icons",
|
||||||
markers: [10, 15, 20],
|
markers: [10, 15, 20],
|
||||||
default: 20,
|
default: 15,
|
||||||
stickToMarkers: false,
|
stickToMarkers: false,
|
||||||
},
|
},
|
||||||
renderGifs: {
|
renderGifs: {
|
||||||
|
|
Loading…
Reference in a new issue