summaryrefslogtreecommitdiffstats
path: root/api/gui
diff options
context:
space:
mode:
Diffstat (limited to 'api/gui')
-rw-r--r--api/gui/icons/MMCIcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/gui/icons/MMCIcon.h b/api/gui/icons/MMCIcon.h
index cf8aff28..dd65eebd 100644
--- a/api/gui/icons/MMCIcon.h
+++ b/api/gui/icons/MMCIcon.h
@@ -28,7 +28,7 @@ struct MULTIMC_GUI_EXPORT MMCImage
QString filename;
bool present() const
{
- return !icon.isNull() && !key.isEmpty();
+ return !icon.isNull() || !key.isEmpty();
}
};