misc: 동향 변경 안내 시간 단축

This commit is contained in:
2023-03-24 03:03:50 +09:00
parent 8f0f586af9
commit 5294aefbbd
+2 -2
View File
@@ -447,14 +447,14 @@ watch(refreshCounter, async () => {
title: "갱신 완료",
body: `동향 변경이 있습니다.`,
},
{ delay: 1000 * 3 }
{ delay: 100 * 15 }
);
} else {
toasts.success(
{
title: "갱신 완료",
},
{ delay: 1000 * 3 }
{ delay: 100 * 5 }
);
}