Hide tray balloon option on OSX
This commit is contained in:
parent
d3b4771103
commit
40e8ca9f6e
@ -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},
|
||||||
|
Loading…
Reference in New Issue
Block a user