mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-17 02:46:23 +00:00
fix
This commit is contained in:
parent
345f63a793
commit
a2dfefbba4
@ -59,7 +59,7 @@ Icon::~Icon()
|
||||
const QImage &Icon::image() const{
|
||||
if(d->m_img.isNull())
|
||||
{
|
||||
if(isLocalFile())
|
||||
if(!isRemoteFile() )
|
||||
{
|
||||
d->m_img = QImage(d->m_url);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user