mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
Fixes
This commit is contained in:
@@ -105,9 +105,7 @@
|
||||
watch(
|
||||
() => hideUnfriends.value,
|
||||
(newValue) => {
|
||||
if (newValue) {
|
||||
friendLogTable.value.filters[2].value = newValue;
|
||||
}
|
||||
friendLogTable.value.filters[2].value = newValue;
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user