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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user