mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Small UI changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user