forked from akanyan/STARTLINER
fix: file editor not updating state properly
This commit is contained in:
@ -324,9 +324,10 @@ export const usePrfStore = defineStore('prf', () => {
|
|||||||
const generalStore = useGeneralStore();
|
const generalStore = useGeneralStore();
|
||||||
|
|
||||||
const configDir = computed(async () => {
|
const configDir = computed(async () => {
|
||||||
|
const title = `profile-${current.value?.meta.game}-${current.value?.meta.name}`;
|
||||||
return path.join(
|
return path.join(
|
||||||
await generalStore.configDir,
|
await generalStore.configDir,
|
||||||
`profile-${current.value?.meta.game}-${current.value?.meta.name}`
|
title
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user