Browse Source

加了一行可以在linux中运行

master
1549469775 4 years ago
parent
commit
e639cc1160
  1. 2
      src/render/views/Float/index.tsx

2
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 (
<div className={style.clock}>

Loading…
Cancel
Save