1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Hide tray balloon option on OSX

This commit is contained in:
TingPing 2014-02-15 12:34:31 -05:00
parent d3b4771103
commit 40e8ca9f6e

View File

@ -396,7 +396,7 @@ static const setting alert_settings[] =
{ST_HEADER, N_("Alerts"),0,0,0}, {ST_HEADER, N_("Alerts"),0,0,0},
{ST_ALERTHEAD}, {ST_ALERTHEAD},
#ifndef WIN32 #if !defined (WIN32) && !defined (__APPLE__)
{ST_3OGGLE, N_("Show tray balloons on:"), 0, 0, (void *)balloonlist, 0}, {ST_3OGGLE, N_("Show tray balloons on:"), 0, 0, (void *)balloonlist, 0},
#endif #endif
{ST_3OGGLE, N_("Blink tray icon on:"), 0, 0, (void *)trayblinklist, 0}, {ST_3OGGLE, N_("Blink tray icon on:"), 0, 0, (void *)trayblinklist, 0},