From 13975e9bbafafd448a4dbce492cbd59a1fea8be1 Mon Sep 17 00:00:00 2001 From: JoseFC3000 <70484443+JoseFC3000@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:33:19 +0100 Subject: [PATCH] Update VideoGameListView.h --- es-app/src/views/gamelist/VideoGameListView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/views/gamelist/VideoGameListView.h b/es-app/src/views/gamelist/VideoGameListView.h index 2d8fe18..283bd90 100644 --- a/es-app/src/views/gamelist/VideoGameListView.h +++ b/es-app/src/views/gamelist/VideoGameListView.h @@ -44,7 +44,7 @@ class VideoGameListView : public BasicGameListView TextComponent mLblRating, mLblReleaseDate, mLblDeveloper, mLblPublisher, mLblFullSystem, mLblRegion, mLblControls, mLblFormat, mLblGenre, mLblPlayers, mLblComment, mLblFirstRelease, mLblLastPlayed, mLblPlayCount; RatingComponent mRating; - DateTimeComponent mReleaseDate; + DateTimeComponent mFirstRelease; TextComponent mDeveloper; TextComponent mPublisher; TextComponent mFullSystem; @@ -54,7 +54,7 @@ class VideoGameListView : public BasicGameListView TextComponent mGenre; TextComponent mPlayers; TextComponent mComment; - TextComponent mFirstRelease; + TextComponent mReleaseDate; DateTimeComponent mLastPlayed; TextComponent mPlayCount; TextComponent mName;