mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 10:23:03 +08:00
8 lines
129 B
Go
8 lines
129 B
Go
package linux
|
|
|
|
// Options specific to Linux builds
|
|
type Options struct {
|
|
Icon []byte
|
|
WindowIsTranslucent bool
|
|
}
|