added MAL Login

This commit is contained in:
2024-08-13 18:54:27 -04:00
parent 43a054ac92
commit fa3304db92
14 changed files with 459 additions and 22 deletions

View File

@ -25,9 +25,9 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "AniTrack",
//Width: 1600,
//Height: 900,
Title: "AniTrack",
Width: 1024,
Height: 768,
AssetServer: &assetserver.Options{
Assets: assets,
},