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:
rs189
2025-07-14 12:54:41 +09:00
committed by GitHub
parent ee49e8897b
commit b6bc2cf202
2 changed files with 68 additions and 33 deletions

View File

@@ -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