fix(betterActivities): set default icon size to 15

idk why I've set this to 20
This commit is contained in:
Nico 2024-05-09 17:57:11 +02:00 committed by GitHub
parent 4f0e9312ec
commit d7d64f420c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ const settings = definePluginSettings({
type: OptionType.SLIDER,
description: "Size of the activity icons",
markers: [10, 15, 20],
default: 20,
default: 15,
stickToMarkers: false,
},
renderGifs: {