diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/gui/icons/MMCIcon.h | 2 |
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(); } }; |