1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Enable splash logo by default

This commit is contained in:
James Booth 2014-08-09 19:00:59 +01:00
parent ac68cc77f8
commit 8fc4249228

View File

@ -553,6 +553,7 @@ _get_default_boolean(preference_t pref)
case PREF_NOTIFY_MESSAGE_CURRENT:
case PREF_NOTIFY_ROOM_CURRENT:
case PREF_NOTIFY_TYPING_CURRENT:
case PREF_SPLASH:
return TRUE;
default:
return FALSE;