mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 11:13:49 +02:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user