mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 15:32:12 +08:00
7 lines
122 B
Go
7 lines
122 B
Go
package application
|
|
|
|
// LinuxWindow contains macOS specific options
|
|
type LinuxWindow struct {
|
|
ShowApplicationMenu bool
|
|
}
|