FakeNitro: add 96 to available emoji sizes (#3526)

This commit is contained in:
Damian 2025-06-29 20:56:20 +02:00 committed by GitHub
parent f6d92e5024
commit 468b290d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,7 +127,7 @@ const settings = definePluginSettings({
description: "Size of the emojis when sending", description: "Size of the emojis when sending",
type: OptionType.SLIDER, type: OptionType.SLIDER,
default: 48, default: 48,
markers: [32, 48, 64, 128, 160, 256, 512] markers: [32, 48, 64, 96, 128, 160, 256, 512]
}, },
transformEmojis: { transformEmojis: {
description: "Whether to transform fake emojis into real ones", description: "Whether to transform fake emojis into real ones",