Small UI changes

This commit is contained in:
Natsumi
2021-10-09 17:21:46 +13:00
parent 8b505a87f1
commit 7f431231fe
2 changed files with 7 additions and 10 deletions

View File

@@ -9208,7 +9208,6 @@ speechSynthesis.getVoices();
$app.data.VRCPlusIconsTable = [];
$app.data.galleryTable = [];
$app.data.inviteMessageTable = {
visible: false,
data: [],
tableProps: {
stripe: true,
@@ -9217,7 +9216,6 @@ speechSynthesis.getVoices();
layout: 'table'
};
$app.data.inviteResponseMessageTable = {
visible: false,
data: [],
tableProps: {
stripe: true,
@@ -9226,7 +9224,6 @@ speechSynthesis.getVoices();
layout: 'table'
};
$app.data.inviteRequestMessageTable = {
visible: false,
data: [],
tableProps: {
stripe: true,
@@ -9235,7 +9232,6 @@ speechSynthesis.getVoices();
layout: 'table'
};
$app.data.inviteRequestResponseMessageTable = {
visible: false,
data: [],
tableProps: {
stripe: true,
@@ -9244,7 +9240,6 @@ speechSynthesis.getVoices();
layout: 'table'
};
$app.data.friendsListTable = {
visible: false,
data: [],
tableProps: {
stripe: true,