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"))
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue