mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Fixes
This commit is contained in:
@@ -19053,11 +19053,13 @@ speechSynthesis.getVoices();
|
||||
callback: (action) => {
|
||||
if (action !== 'confirm') {
|
||||
this.gameLogDisabled = !this.gameLogDisabled;
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
}
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
};
|
||||
|
||||
$app = new Vue($app);
|
||||
|
||||
@@ -1451,7 +1451,7 @@ html
|
||||
el-dropdown-item(icon="el-icon-delete" command="Unfriend" divided) Unfriend
|
||||
el-tabs(ref="userDialogTabs" @tab-click="userDialogTabClick")
|
||||
el-tab-pane(label="Info")
|
||||
div(v-if="userDialog.ref.location" style="display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee")
|
||||
div(v-if="userDialog.ref.location" style="display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee;max-height:190px")
|
||||
div(style="flex:none")
|
||||
location(:location="userDialog.ref.location")
|
||||
template(v-if="userDialog.ref.location && userDialog.ref.location !== 'private' && userDialog.ref.location !== 'offline'")
|
||||
|
||||
Reference in New Issue
Block a user