FakeNitro: add 96 to available emoji sizes (#3526)
This commit is contained in:
parent
f6d92e5024
commit
468b290d28
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue