mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Linux: fix open folder and select item (#1288)
* fix: open folder and select item on linux * fix: crash dumps folder button on linux * Rename AppData --------- Co-authored-by: Natsumi <cmcooper123@hotmail.com>
This commit is contained in:
@@ -1404,10 +1404,10 @@
|
||||
<div class="options-container-item" style="margin-top: 15px">
|
||||
<el-button-group>
|
||||
<el-button size="small" icon="el-icon-folder" @click="openVrcxAppDataFolder()"
|
||||
>AppData (VRCX)</el-button
|
||||
>VRCX Data</el-button
|
||||
>
|
||||
<el-button size="small" icon="el-icon-folder" @click="openVrcAppDataFolder()"
|
||||
>AppData</el-button
|
||||
>VRChat Data</el-button
|
||||
>
|
||||
<el-button size="small" icon="el-icon-folder" @click="openCrashVrcCrashDumps()"
|
||||
>Crash Dumps</el-button
|
||||
|
||||
Reference in New Issue
Block a user