mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
zwischenstand
This commit is contained in:
@ -51,8 +51,8 @@ export const useVaultStore = defineStore('vaultStore', () => {
|
||||
if (result !== 'success') throw new Error(result)
|
||||
|
||||
const vaultId = await getVaultIdAsync(path)
|
||||
const seperator = platform() === 'windows' ? '\\' : '/'
|
||||
const fileName = path.split(seperator).pop()
|
||||
|
||||
const fileName = getFileName(path)
|
||||
|
||||
openVaults.value = {
|
||||
...openVaults.value,
|
||||
|
||||
Reference in New Issue
Block a user