mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
config.json editor 1
This commit is contained in:
@@ -1469,14 +1469,14 @@ html
|
||||
|
||||
//- dialog: VRChat Config JSON
|
||||
el-dialog.x-dialog(ref="VRChatConfigDialog" :visible.sync="VRChatConfigDialog.visible" title="VRChat Config JSON" width="420px")
|
||||
div(style='font-size:12px;')
|
||||
div(style='font-size:12px;word-break:keep-all')
|
||||
| These options are for advanced users only. #[br]
|
||||
| Leave field empty to set as default.
|
||||
| Leave field empty to set as default, game restart required to apply settings.
|
||||
br
|
||||
div(style="display:inline-block" v-for="(name, value) in VRChatConfigList" :key="value")
|
||||
span(v-text="name" style="word-break:keep-all")
|
||||
div(style="display:inline-block" v-for="(item, value) in VRChatConfigList" :key="value")
|
||||
span(v-text="item.name" style="word-break:keep-all")
|
||||
|:
|
||||
el-input(v-model="VRChatConfigFile[value]" size="mini" style="margin-top:10px")
|
||||
el-input(v-model="VRChatConfigFile[value]" :placeholder="item.default" size="mini" style="margin-top:10px")
|
||||
el-checkbox(v-model="VRChatConfigFile.disableRichPresence" style="margin-top:5px;display:block") Disable Discord Rich Presence
|
||||
el-checkbox(v-model="VRChatConfigDialog.cameraRes" style="margin-top:5px") 4K Camera
|
||||
el-checkbox(v-model="VRChatConfigDialog.screenshotRes" style="margin-top:5px") 4K Screenshots
|
||||
|
||||
Reference in New Issue
Block a user