rigs completed

This commit is contained in:
2026-05-28 18:35:22 +02:00
parent d3c9982c66
commit e8cac569e3
26 changed files with 3834 additions and 391 deletions
+7 -5
View File
@@ -17,16 +17,18 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "HamLog",
Width: 1400,
Height: 900,
MinWidth: 1100,
MinHeight: 700,
Title: "HamLog",
Width: 1400,
Height: 900,
MinWidth: 1100,
MinHeight: 700,
WindowStartState: options.Maximised,
AssetServer: &assetserver.Options{
Assets: assets,
},
BackgroundColour: &options.RGBA{R: 250, G: 250, B: 249, A: 1},
OnStartup: app.startup,
OnBeforeClose: app.beforeClose,
OnShutdown: app.shutdown,
Bind: []interface{}{
app,