mirror of
https://github.com/taigrr/wails.git
synced 2026-04-15 03:11:14 -07:00
7 lines
94 B
Go
7 lines
94 B
Go
package mac
|
|
|
|
// Options ae options speific to Mac
|
|
type Options struct {
|
|
TitleBar *TitleBar
|
|
}
|