Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dakai 2023-04-05 15:26:18 +08:00
commit 9e172812cb

View File

@ -113,7 +113,6 @@ export function Settings(props: { closeSettings: () => void }) {
useEffect(() => { useEffect(() => {
checkUpdate(); checkUpdate();
checkUsage();
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
}, []); }, []);