1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +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 void
TomahawkTrayIcon::onActivated( QSystemTrayIcon::ActivationReason reason ) TomahawkTrayIcon::onActivated( QSystemTrayIcon::ActivationReason reason )
{ {
#ifdef Q_WS_MAC
return;
#endif
switch( reason ) switch( reason )
{ {
case QSystemTrayIcon::Trigger: case QSystemTrayIcon::Trigger: