wails/v2/pkg/options/linux/linux.go
2022-10-01 15:44:38 +10:00

7 lines
129 B
Go

package linux
// Options specific to Linux builds
type Options struct {
Icon []byte
WindowIsTranslucent bool
}