1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Disable tray icon by default

This commit is contained in:
James Booth 2016-05-01 20:33:42 +01:00
parent 02117328f3
commit 6df6fed305

View File

@ -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;