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