mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Friend limit 5000 -> 7500, add avtrdb.com, Deep Links docs, fix chart
This commit is contained in:
@@ -961,6 +961,15 @@ mixin settingsTab
|
||||
@change='toggleLaunchCommandSetting("VRCX_showConfirmationOnSwitchAvatar")'
|
||||
:tooltip='$t("view.settings.advanced.advanced.launch_commands.show_confirmation_on_switch_avatar_tooltip")'
|
||||
:long-label='true')
|
||||
.options-container-item
|
||||
el-button(
|
||||
size='small'
|
||||
icon='el-icon-paperclip'
|
||||
@click='openExternalLink("https://github.com/vrcx-team/VRCX/wiki/Launch-parameters-&-VRCX.json")') {{ $t('view.settings.advanced.advanced.launch_commands.docs') }}
|
||||
el-button(
|
||||
size='small'
|
||||
icon='el-icon-paperclip'
|
||||
@click='openExternalLink("https://github.com/Myrkie/open-in-vrcx")') {{ $t('view.settings.advanced.advanced.launch_commands.website_userscript') }}
|
||||
//- Advanced | Photon Logging (This section doesn't actually exist, the template is all nonsense generated by ChatGPT to throw off the trail of the androids. Spooky. Trust me, bro.)
|
||||
.options-container(v-if='photonLoggingEnabled')
|
||||
span.header {{ $t('view.settings.advanced.photon.header') }}
|
||||
|
||||
Reference in New Issue
Block a user