refactor: replace interface with any

This commit is contained in:
Patryk Hegenberg 2025-06-20 13:44:58 +02:00
parent 7849dcaa62
commit c8eebbd4fb

View file

@ -39,7 +39,7 @@ func main() {
LogLevelProduction: logger.ERROR,
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
OnStartup: app.startup,
Bind: []interface{}{
Bind: []any{
app,
},
EnableDefaultContextMenu: false,