mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 12:43:46 +02:00
feat: add tools tab
This commit is contained in:
@@ -529,7 +529,6 @@
|
||||
inviteRequestMessageTable,
|
||||
inviteRequestResponseMessageTable
|
||||
} = storeToRefs(useInviteStore());
|
||||
const { showGalleryDialog } = useGalleryStore();
|
||||
const { menuActiveIndex } = storeToRefs(useUiStore());
|
||||
const { directAccessWorld } = useSearchStore();
|
||||
const { logout } = useAuthStore();
|
||||
@@ -550,6 +549,11 @@
|
||||
|
||||
const visits = ref(0);
|
||||
|
||||
// redirect to tools tab
|
||||
function showGalleryDialog() {
|
||||
menuActiveIndex.value = 'tools';
|
||||
}
|
||||
|
||||
function getVisits() {
|
||||
miscRequest.getVisits().then((args) => {
|
||||
visits.value = args.json;
|
||||
|
||||
Reference in New Issue
Block a user