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:
@@ -107,6 +107,10 @@ TomahawkTrayIcon::onAnimationTimer()
|
||||
void
|
||||
TomahawkTrayIcon::onActivated( QSystemTrayIcon::ActivationReason reason )
|
||||
{
|
||||
#ifdef Q_WS_MAC
|
||||
return;
|
||||
#endif
|
||||
|
||||
switch( reason )
|
||||
{
|
||||
case QSystemTrayIcon::Trigger:
|
||||
|
Reference in New Issue
Block a user