Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
linhpha committed Feb 16, 2024
1 parent cfa9552 commit 6bdf744
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ class ProjectGenWindow(private val currentProject: Project?) : ComposeDialog(cur

override fun doCancelAction() {
super.doCancelAction()
// Remove projectlock file when exit application
deleteProjectLock()
}

override fun doOKAction() {
super.doOKAction()
// Remove projectlock file when exit application
deleteProjectLock()
}

Expand Down

0 comments on commit 6bdf744

Please sign in to comment.