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 configDir = computed(async () => {
|
||||
const title = `profile-${current.value?.meta.game}-${current.value?.meta.name}`;
|
||||
return path.join(
|
||||
await generalStore.configDir,
|
||||
`profile-${current.value?.meta.game}-${current.value?.meta.name}`
|
||||
title
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user