mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
hide sidebar when friend location tab is opened
This commit is contained in:
@@ -82,7 +82,7 @@ export const useAppearanceSettingsStore = defineStore(
|
|||||||
const isSideBarTabShow = computed(() => {
|
const isSideBarTabShow = computed(() => {
|
||||||
const currentRouteName = router.currentRoute.value?.name;
|
const currentRouteName = router.currentRoute.value?.name;
|
||||||
return !(
|
return !(
|
||||||
currentRouteName === 'friend' ||
|
currentRouteName === 'friendLocation' ||
|
||||||
currentRouteName === 'friendList' ||
|
currentRouteName === 'friendList' ||
|
||||||
currentRouteName === 'charts'
|
currentRouteName === 'charts'
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user