mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-10 07:26:22 +00:00
fix
This commit is contained in:
parent
6fb3f561ff
commit
83e805e411
@ -34,7 +34,7 @@ bool SnoreToast::init(SnoreCore *snore)
|
||||
}
|
||||
if(snore->hints().contains("WINDOWS_APP_ID"))
|
||||
{
|
||||
m_appID = snore->hints().value("WINDOWS_APP_ID");
|
||||
m_appID = snore->hints().value("WINDOWS_APP_ID").toString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user