mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
6 lines
122 B
Go
6 lines
122 B
Go
package application
|
|
|
|
// LinuxWindow contains macOS specific options
|
|
type LinuxWindow struct {
|
|
ShowApplicationMenu bool
|
|
}
|