mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix router name
This commit is contained in:
@@ -90,8 +90,8 @@ export const useAppearanceSettingsStore = defineStore(
|
||||
const isSideBarTabShow = computed(() => {
|
||||
const currentRouteName = router.currentRoute.value?.name;
|
||||
return !(
|
||||
currentRouteName === 'friendLocation' ||
|
||||
currentRouteName === 'friendList' ||
|
||||
currentRouteName === 'friends-locations' ||
|
||||
currentRouteName === 'friend-list' ||
|
||||
currentRouteName === 'charts'
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user