mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
7 lines
129 B
Go
7 lines
129 B
Go
package linux
|
|
|
|
// Options specific to Linux builds
|
|
type Options struct {
|
|
Icon []byte
|
|
WindowIsTranslucent bool
|
|
}
|