mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix default smiley pack. Necessary because of the name changes.
This commit is contained in:
parent
552155bd1f
commit
f70b249ed8
|
@ -192,7 +192,7 @@ void Settings::loadGlobal()
|
|||
s.endGroup();
|
||||
|
||||
s.beginGroup("GUI");
|
||||
smileyPack = s.value("smileyPack", ":/smileys/TwitterEmojiSVG/emoticons.xml").toString();
|
||||
smileyPack = s.value("smileyPack", ":/smileys/Universe/emoticons.xml").toString();
|
||||
emojiFontPointSize = s.value("emojiFontPointSize", 16).toInt();
|
||||
firstColumnHandlePos = s.value("firstColumnHandlePos", 50).toInt();
|
||||
secondColumnHandlePosFromRight = s.value("secondColumnHandlePosFromRight", 50).toInt();
|
||||
|
|
Loading…
Reference in New Issue
Block a user