about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-09 19:00:59 +0100
committerJames Booth <boothj5@gmail.com>2014-08-09 19:00:59 +0100
commit8fc4249228e029739135f81116eb14e7fb303dda (patch)
tree315b0dfdb70ab5b4a1db50b2dea435927eb25333 /src
parentac68cc77f86d41a0f25ded9bdf4df10692dfc8ec (diff)
downloadprofani-tty-8fc4249228e029739135f81116eb14e7fb303dda.tar.gz
Enable splash logo by default
Diffstat (limited to 'src')
-rw-r--r--src/config/preferences.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 1f7f2fd1..a316979c 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -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;