Skip to content

Commit

Permalink
fix: 项目占用问题
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Jul 26, 2024
1 parent 9148245 commit 9d4eadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/src/main/src/components/layout/UILayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ const UILayout: React.FC<UILayoutProp> = (props) => {
})

const onOkEnterProjectMag = () => {
ipcRenderer.invoke("SetCurrentProject", {})
setYakitMode("soft")
setShowProjectManage(true)
setCurrentProject(undefined)
Expand Down

0 comments on commit 9d4eadb

Please sign in to comment.