This commit is contained in:
afkarxyz
2025-11-22 06:16:18 +07:00
parent 50ca20ce0f
commit 0c284ba62c
26 changed files with 1042 additions and 261 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "SpotiFLAC",
Width: 1280,
Height: 800,
Width: 1024,
Height: 600,
AssetServer: &assetserver.Options{
Assets: assets,
},