mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +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 currentRouteName = router.currentRoute.value?.name;
|
||||
return !(
|
||||
currentRouteName === 'friend' ||
|
||||
currentRouteName === 'friendLocation' ||
|
||||
currentRouteName === 'friendList' ||
|
||||
currentRouteName === 'charts'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user