Skip to content

Commit

Permalink
Fix Expand Show more Details panel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Oct 6, 2021
1 parent 8bd70dc commit 9daeb15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fixes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ switch (t) {~~case 38: case 13: return this.RunApp(g.a.currentGameListSelection
}, t.prototype.MoveRangeSelectUpOneRow = function() { }, t.prototype.RunApp = function(e) {window.location.href = "steam://rungameid/" + e;}, t.prototype.MoveRangeSelectUpOneRow = function() {

### === Expand Show more Details panel by default ===
###var e = this.props.expand ? P_.a.AppDetailsExpanded : P_.a.AppDetailsCollapsed, var e = this.props.expand ? P_.a.AppDetailsCollapsed : P_.a.AppDetailsExpanded,
###t = this.props.expand ? this.state.gameInfoHeight : 0; t = this.props.expand ? 0 : this.state.gameInfoHeight;
###var e, t = this.props.expand ? zi.a.AppDetailsExpanded : zi.a.AppDetailsCollapsed, var e, t = this.props.expand ? zi.a.AppDetailsCollapsed : zi.a.AppDetailsExpanded,
###this.props.expand ? this.state.gameInfoHeight + "px" : "0px" this.props.expand ? "0px" : this.state.gameInfoHeight + "px"
###className: zi.a.GameInfoShadow className: ""

### === Dim Uninstalled Games ===
onContextMenu: this.OnContextMenu,~~hoverDelay: 300, hoverDelay: 300, style: this.props.app.installed ? {} : {opacity: "var(--UninstalledGameImageOpacity)"},
Expand Down

0 comments on commit 9daeb15

Please sign in to comment.