mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +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:
@@ -225,6 +225,14 @@
|
||||
shiftHeld: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
gameLogIsFriend: {
|
||||
type: Function,
|
||||
default: () => () => false
|
||||
},
|
||||
gameLogIsFavorite: {
|
||||
type: Function,
|
||||
default: () => () => false
|
||||
}
|
||||
});
|
||||
|
||||
@@ -241,14 +249,6 @@
|
||||
emit('gameLogTableLookup');
|
||||
}
|
||||
|
||||
function gameLogIsFriend(row) {
|
||||
emit('gameLogIsFriend', row);
|
||||
}
|
||||
|
||||
function gameLogIsFavorite(row) {
|
||||
emit('gameLogIsFavorite', row);
|
||||
}
|
||||
|
||||
function lookupUser(ref) {
|
||||
emit('lookupUser', ref);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user