Commit 99088673 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: systray, don't show the tooltip on right-click! we need menu at that time.

parent 9ff3e13c
......@@ -982,7 +982,6 @@ void MainInterface::handleSystrayClick(
toggleUpdateSystrayMenu();
break;
case QSystemTrayIcon::MiddleClick:
case QSystemTrayIcon::Context:
sysTray->showMessage( qtr( "VLC media player" ),
qtr( "Control menu for the player" ),
QSystemTrayIcon::Information, 3000 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment