You've already forked AstralRinth
forked from didirus/AstralRinth
Fix file paths opening (#2382)
This commit is contained in:
@@ -150,7 +150,7 @@ const upload_icon = async () => {
|
||||
},
|
||||
],
|
||||
})
|
||||
icon.value = res ? res.path : null
|
||||
icon.value = res.path ?? res
|
||||
|
||||
if (!icon.value) return
|
||||
display_icon.value = convertFileSrc(icon.value)
|
||||
|
||||
Reference in New Issue
Block a user