1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

set desktop-entry in notification hints

This commit is contained in:
Patrick von Reth 2014-01-19 20:08:22 +01:00
parent 217c52cf32
commit a9c2a3d8c8

View File

@ -69,6 +69,7 @@ SnoreNotifyPlugin::SnoreNotifyPlugin()
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << m_snore->primaryNotificationBackend();
m_application = Snore::Application( qApp->applicationName(), m_defaultIcon );
m_application.hints().setValue("desktop-entry","tomahawk");
addAlert( InfoNotifyUser, tr( "Notify User" ) );
addAlert( InfoNowPlaying, tr( "Now Playing" ) );