mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 03:33:47 +02:00
fix undefined ugc path & table hover
This commit is contained in:
@@ -12152,6 +12152,9 @@ console.log(`isLinux: ${LINUX}`);
|
||||
$app.data.folderSelectorDialogVisible = false;
|
||||
|
||||
$app.methods.setUGCFolderPath = async function (path) {
|
||||
if (typeof path !== 'string') {
|
||||
path = '';
|
||||
}
|
||||
await configRepository.setString('VRCX_userGeneratedContentPath', path);
|
||||
this.ugcFolderPath = path;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user