From e639cc1160597fc81937731532709a1755308ccc Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Tue, 31 Aug 2021 00:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=80=E8=A1=8C=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=9C=A8linux=E4=B8=AD=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/render/views/Float/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/views/Float/index.tsx b/src/render/views/Float/index.tsx index 9e40472..25b126c 100644 --- a/src/render/views/Float/index.tsx +++ b/src/render/views/Float/index.tsx @@ -5,7 +5,7 @@ import useTime from "./useTime" import usePositionElectron from "./usePositionElectron" function Float(props: any) { - let [nowDate] = useTime() + let [nowDate] = useTime(false) usePositionElectron() return (