fix: bugs

This commit is contained in:
qier222 2022-05-14 14:39:39 +08:00
parent e9d82dd792
commit b2cd51bbc8
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ import { IpcChannels } from '@/shared/IpcChannels'
import useIpcRenderer from '@/web/hooks/useIpcRenderer'
import { useState, useMemo } from 'react'
import { useSnapshot } from 'valtio'
import cx from 'classnames'
const Controls = () => {
const [isMaximized, setIsMaximized] = useState(false)