Skip to content

Commit

Permalink
QoL: Clearing Recent Files list creates a log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLune committed Sep 14, 2023
1 parent 1942fc8 commit 6df2b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ func ConstructMenus() {
globals.RecentFiles = []string{}
loadRecent.Close()
SaveSettings()
globals.EventLog.Log("Recent files list cleared.", true)
}))

}
Expand Down

0 comments on commit 6df2b93

Please sign in to comment.