Fix mxe build

This commit is contained in:
2025-02-16 16:19:39 +01:00
parent fcb3aec81f
commit c36068aaf4
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void LoadRunable::run()
{
try
{
if(!m_thumbnail /*&& !m_receiver->isCurrent()*/)
if(!m_thumbnail && !m_receiver->isCurrent())
{
return;
}