Skip to content

Commit

Permalink
Update VideoGameListView.h
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFC3000 authored Jul 17, 2024
1 parent ecf7d1a commit 13975e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions es-app/src/views/gamelist/VideoGameListView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -54,7 +54,7 @@ class VideoGameListView : public BasicGameListView
TextComponent mGenre;
TextComponent mPlayers;
TextComponent mComment;
TextComponent mFirstRelease;
TextComponent mReleaseDate;
DateTimeComponent mLastPlayed;
TextComponent mPlayCount;
TextComponent mName;
Expand Down

0 comments on commit 13975e9

Please sign in to comment.