zwischenstand

This commit is contained in:
2025-07-10 10:07:29 +02:00
parent 63f6e2d32f
commit 41472e02ad
28 changed files with 818 additions and 209 deletions

View File

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