Skip to content

Commit

Permalink
version up 0.3.2
Browse files Browse the repository at this point in the history
save recent file when exit
  • Loading branch information
cdcsgit committed Jun 28, 2023
1 parent fc44fd3 commit 2f5fce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/blogspot/kotlinstudy/lognote/MainUI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ class MainUI private constructor() : JFrame() {

private fun exit() {
saveConfigOnDestroy()
saveRecentFile()
mFilteredTableModel.stopScan()
mFullTableModel.stopScan()
mLogCmdManager.stop()
Expand Down

0 comments on commit 2f5fce5

Please sign in to comment.