1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* No MainWindow hiding on OSX whatsoever.

This commit is contained in:
Christian Muehlhaeuser
2010-11-25 08:05:41 +01:00
parent e68e776bdf
commit 097857cc72

View File

@@ -107,6 +107,10 @@ TomahawkTrayIcon::onAnimationTimer()
void
TomahawkTrayIcon::onActivated( QSystemTrayIcon::ActivationReason reason )
{
#ifdef Q_WS_MAC
return;
#endif
switch( reason )
{
case QSystemTrayIcon::Trigger: