mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 20:34:26 -05:00
removed unused default font for chat, now using the default font from the system
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2943 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
70f4846061
commit
6fbf0d4bbe
@ -118,8 +118,6 @@ void RshareSettings::initSettings()
|
||||
setDefault(SETTING_NEWSFEED_FLAGS, defNewsFeed);
|
||||
setDefault(SETTING_CHAT_FLAGS, defChat);
|
||||
setDefault(SETTING_NOTIFY_FLAGS, defNotify);
|
||||
|
||||
setDefault(QString::fromUtf8("ChatScreenFont"), QFont("Comic Sans MS", 11).toString());
|
||||
}
|
||||
|
||||
/** Gets/sets the currently saved chat avatar. */
|
||||
|
Loading…
Reference in New Issue
Block a user