fix settings key
This commit is contained in:
parent
4fad4bc3a2
commit
5813e0053b
|
@ -29,7 +29,7 @@ using namespace Snore;
|
||||||
|
|
||||||
void Pushover::slotNotify(Notification notification)
|
void Pushover::slotNotify(Notification notification)
|
||||||
{
|
{
|
||||||
QString key = value("ApiKey").toString();
|
QString key = value("UserKey").toString();
|
||||||
if (key.isEmpty()) {
|
if (key.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue