mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove unused 'preferred emote quality' setting
This commit is contained in:
parent
c1ec0e49d4
commit
70199e00d2
|
@ -99,12 +99,6 @@ public:
|
||||||
BoolSetting enableGifAnimations = {"/emotes/enableGifAnimations", true};
|
BoolSetting enableGifAnimations = {"/emotes/enableGifAnimations", true};
|
||||||
FloatSetting emoteScale = {"/emotes/scale", 1.f};
|
FloatSetting emoteScale = {"/emotes/scale", 1.f};
|
||||||
|
|
||||||
// 0 = No preference
|
|
||||||
// 1 = 1x
|
|
||||||
// 2 = 2x
|
|
||||||
// 3 = 3x
|
|
||||||
IntSetting preferredEmoteQuality = {"/emotes/preferredEmoteQuality", 0};
|
|
||||||
|
|
||||||
QStringSetting emojiSet = {"/emotes/emojiSet", "EmojiOne 2"};
|
QStringSetting emojiSet = {"/emotes/emojiSet", "EmojiOne 2"};
|
||||||
|
|
||||||
/// Links
|
/// Links
|
||||||
|
|
Loading…
Reference in a new issue