1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 15:50:40 +02:00

Snorenotify api update

This commit is contained in:
Hugo Lindström
2020-06-12 12:46:41 +02:00
parent 4ee462db4c
commit 4d3ee34903

View File

@@ -51,7 +51,7 @@ SnoreNotifyPlugin::SnoreNotifyPlugin()
Snore::SnoreCore &snore = Snore::SnoreCore::instance();
snore.loadPlugins( Snore::SnorePlugin::Backend | Snore::SnorePlugin::SecondaryBackend );
snore.setDefaultSettingsValue("Silent", true, Snore::LocalSetting );
snore.setDefaultSettingsValue( {QStringLiteral("Silent"), Snore::LocalSetting}, true );
m_application = Snore::Application( qApp->applicationName(), m_defaultIcon );
m_application.hints().setValue( "use-markup", true );