refactor: replace interface with any
This commit is contained in:
parent
7849dcaa62
commit
c8eebbd4fb
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -39,7 +39,7 @@ func main() {
|
||||||
LogLevelProduction: logger.ERROR,
|
LogLevelProduction: logger.ERROR,
|
||||||
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
|
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
|
||||||
OnStartup: app.startup,
|
OnStartup: app.startup,
|
||||||
Bind: []interface{}{
|
Bind: []any{
|
||||||
app,
|
app,
|
||||||
},
|
},
|
||||||
EnableDefaultContextMenu: false,
|
EnableDefaultContextMenu: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue