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