Show database file size on info page

This commit is contained in:
2022-08-21 13:24:52 +09:30
parent a03baca498
commit f98df478bb
7 changed files with 25 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ import (
type DBStats struct {
History map[time.Time]BookmarkInfo
FileSize int
Searches int
}