Fix: bugs in nightly 2025-05-14T10.18-bde763d (#1232)

* fix: Sorting Arrows Revert to Default When Switching Pages (#1230)

* fix: Local favorite dialog not functioning (#1231)

* fix: playlist rank cannot display, gamelog icon lost
This commit is contained in:
pa
2025-05-16 00:40:27 +09:00
committed by GitHub
parent 2d1f39df43
commit a0cbf3807b
8 changed files with 23 additions and 23 deletions

View File

@@ -13664,15 +13664,15 @@ console.log(`isLinux: ${LINUX}`);
menuActiveIndex: this.menuActiveIndex,
gameLogTable: this.gameLogTable,
shiftHeld: this.shiftHeld,
hideTooltips: this.hideTooltips
hideTooltips: this.hideTooltips,
gameLogIsFriend: this.gameLogIsFriend,
gameLogIsFavorite: this.gameLogIsFavorite
};
};
$app.computed.gameLogTabEvent = function () {
return {
gameLogTableLookup: this.gameLogTableLookup,
gameLogIsFriend: this.gameLogIsFriend,
gameLogIsFavorite: this.gameLogIsFavorite,
lookupUser: this.lookupUser,
updateGameLogSessionTable: (val) =>
(this.gameLogSessionTable = val),