mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-18 19:26:36 +00:00
yet another fix
This commit is contained in:
parent
a2dfefbba4
commit
760ed23bec
@ -73,6 +73,7 @@ const QByteArray &Snore::IconData::imageData()
|
|||||||
if(m_hash.isEmpty())
|
if(m_hash.isEmpty())
|
||||||
{
|
{
|
||||||
m_hash = computeHash(m_data);
|
m_hash = computeHash(m_data);
|
||||||
|
m_localUrl = QString("%1%2.png").arg(SnoreCorePrivate::snoreTMP(), m_hash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(m_isRemoteFile)
|
else if(m_isRemoteFile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user