mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-07 07:14:35 -06:00
chore: last progress before tauri
This commit is contained in:
5
main.go
5
main.go
@@ -20,11 +20,16 @@ func main() {
|
||||
Title: "byteme",
|
||||
Width: 1024,
|
||||
Height: 768,
|
||||
|
||||
AssetServer: &assetserver.Options{
|
||||
Assets: assets,
|
||||
},
|
||||
DragAndDrop: &options.DragAndDrop{
|
||||
EnableFileDrop: true,
|
||||
},
|
||||
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
|
||||
OnStartup: app.startup,
|
||||
OnShutdown: app.shutdown,
|
||||
Bind: []interface{}{
|
||||
app,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user