Hide tray balloon option on OSX

This commit is contained in:
TingPing 2014-02-15 12:34:31 -05:00
parent d3b4771103
commit 40e8ca9f6e
1 changed files with 1 additions and 1 deletions

View File

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