about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-01 20:33:42 +0100
committerJames Booth <boothj5@gmail.com>2016-05-01 20:33:42 +0100
commit6df6fed305c9c25caa1c4f7bed45cf1acd17edfc (patch)
tree671ba14f31720c4b734f374232fb1670fa739fd0 /src/config
parent02117328f30660daa206061bf4ed154f95e54977 (diff)
downloadprofani-tty-6df6fed305c9c25caa1c4f7bed45cf1acd17edfc.tar.gz
Disable tray icon by default
Diffstat (limited to 'src/config')
-rw-r--r--src/config/preferences.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index b5fe0512..72cf0400 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -1507,7 +1507,6 @@ _get_default_boolean(preference_t pref)
         case PREF_TLS_SHOW:
         case PREF_LASTACTIVITY:
         case PREF_NOTIFY_MENTION_WHOLE_WORD:
-        case PREF_TRAY:
             return TRUE;
         default:
             return FALSE;