1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Merge pull request #674 from tomahawk-player/fix-snorenotify

Snorenotify api update
This commit is contained in:
Hugo Lindström
2020-06-21 18:29:13 +02:00
committed by GitHub

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 );