Commit 9bab0cca authored by Rafaël Carré's avatar Rafaël Carré

Notify item change in systray

parent 6afd0ce7
...@@ -512,6 +512,8 @@ void MainInterface::updateSystrayTooltipName( QString name ) ...@@ -512,6 +512,8 @@ void MainInterface::updateSystrayTooltipName( QString name )
else else
{ {
sysTray->setToolTip( name ); sysTray->setToolTip( name );
sysTray->showMessage( qtr( "VLC media player" ), name,
QSystemTrayIcon::NoIcon, 4000 );
} }
} }
......
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