Added initial Settings

This commit is contained in:
Pablu23
2024-04-02 19:05:36 +02:00
parent c83a10823d
commit e45109fcd5
8 changed files with 148 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
package view
import "mangaGetter/internal/database"
type Image struct {
Path string
Index int
@@ -21,5 +23,6 @@ type MangaViewModel struct {
}
type MenuViewModel struct {
Mangas []MangaViewModel
Settings map[string]database.Setting
Mangas []MangaViewModel
}