mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
Fix VIP filter at startup for feed and gameLog
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { reactive } from 'vue';
|
||||
const watchState = reactive({
|
||||
isLoggedIn: false,
|
||||
isFriendsLoaded: false
|
||||
isFriendsLoaded: false,
|
||||
isFavoritesLoaded: false
|
||||
});
|
||||
|
||||
export { watchState };
|
||||
|
||||
Reference in New Issue
Block a user