fix settings key

This commit is contained in:
Patrick von Reth 2015-06-26 00:16:20 +02:00
parent 4fad4bc3a2
commit 5813e0053b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ using namespace Snore;
void Pushover::slotNotify(Notification notification)
{
QString key = value("ApiKey").toString();
QString key = value("UserKey").toString();
if (key.isEmpty()) {
return;
}