mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Fix isLinux
This commit is contained in:
@@ -13505,7 +13505,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
|
||||
$app.data.ossDialog = false;
|
||||
|
||||
$app.methods.isLinux = function () {
|
||||
$app.computed.isLinux = function () {
|
||||
return LINUX;
|
||||
};
|
||||
|
||||
|
||||
@@ -23,18 +23,19 @@
|
||||
style="margin-top: 10px">
|
||||
</el-input>
|
||||
|
||||
<div style="font-size: 12px; margin-top: 10px">
|
||||
{{ t('dialog.launch_options.path_override') }}
|
||||
</div>
|
||||
<template v-if="!isLinux">
|
||||
<div style="font-size: 12px; margin-top: 10px">
|
||||
{{ t('dialog.launch_options.path_override') }}
|
||||
</div>
|
||||
|
||||
<el-input
|
||||
v-if="!isLinux"
|
||||
v-model="launchOptionsDialog.vrcLaunchPathOverride"
|
||||
type="textarea"
|
||||
placeholder="C:\Program Files (x86)\Steam\steamapps\common\VRChat"
|
||||
:rows="1"
|
||||
style="display: block; margin-top: 10px">
|
||||
</el-input>
|
||||
<el-input
|
||||
v-model="launchOptionsDialog.vrcLaunchPathOverride"
|
||||
type="textarea"
|
||||
placeholder="C:\Program Files (x86)\Steam\steamapps\common\VRChat"
|
||||
:rows="1"
|
||||
style="display: block; margin-top: 10px">
|
||||
</el-input>
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
<div style="display: flex">
|
||||
|
||||
Reference in New Issue
Block a user