Skip to content

Commit

Permalink
Remove saving the db file
Browse files Browse the repository at this point in the history
I don't really know why I did this in the first place. I think the idea
was to add a GUI for the regex eventually, but I can't see that
happening.

I've left the save code there just in case though.
  • Loading branch information
ejv2 committed Aug 8, 2024
1 parent fce872b commit b4f2709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func SaveData() {

Q.Save()
Stamps.Save()
DB.Save()
}

// ReloadData performs a hot-reload of any data which can/needs
Expand Down

0 comments on commit b4f2709

Please sign in to comment.