mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
feat: add launch command for switching avatars (#1145)
* feat: add launch command for switching avatars * fix: reuse selectAvatarWithoutConfirmation * chore: remove FIXME comments * fix: address comments - ipcEvent does not need to be async - use $app instead of $app.methods * fix: consolidate settings option Instead of having two settings to control focus and confirmation seperately, just use one and grab focus when its enabled.
This commit is contained in:
@@ -953,7 +953,14 @@ mixin settingsTab
|
||||
@change='changeYouTubeApi("VRCX_progressPieFilter")'
|
||||
:disabled='!openVR'
|
||||
:long-label='true')
|
||||
|
||||
.options-container
|
||||
span.header {{ $t('view.settings.advanced.advanced.launch_commands.header') }}
|
||||
simple-switch(
|
||||
:label='$t("view.settings.advanced.advanced.launch_commands.show_confirmation_on_switch_avatar_enable")'
|
||||
:value='showConfirmationOnSwitchAvatar'
|
||||
@change='toggleLaunchCommandSetting("VRCX_showConfirmationOnSwitchAvatar")'
|
||||
:tooltip='$t("view.settings.advanced.advanced.launch_commands.show_confirmation_on_switch_avatar_tooltip")'
|
||||
:long-label='true')
|
||||
//- 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