mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
default smiley pack is cylgom
This commit is contained in:
parent
98f15af670
commit
4f52fa2cff
|
@ -125,7 +125,7 @@ void Settings::load()
|
|||
|
||||
s.beginGroup("GUI");
|
||||
enableSmoothAnimation = s.value("smoothAnimation", true).toBool();
|
||||
smileyPack = s.value("smileyPack", QString()).toString();
|
||||
smileyPack = s.value("smileyPack", ":/smileys/cylgom/emoticons.xml").toString();
|
||||
customEmojiFont = s.value("customEmojiFont", true).toBool();
|
||||
emojiFontFamily = s.value("emojiFontFamily", "DejaVu Sans").toString();
|
||||
emojiFontPointSize = s.value("emojiFontPointSize", QApplication::font().pointSize()).toInt();
|
||||
|
|
Loading…
Reference in New Issue
Block a user