fix: aimeio not applying

This commit is contained in:
2025-04-16 07:41:38 +00:00
parent c7ddeb53e6
commit d3145bfc4e
5 changed files with 25 additions and 3 deletions

View File

@ -329,7 +329,7 @@ export const usePrfStore = defineStore('prf', () => {
if (timeout !== null) {
clearTimeout(timeout);
}
timeout = setTimeout(() => invoke('save_current_profile'), 2000);
timeout = setTimeout(() => invoke('save_current_profile'), 600);
}
});