mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Support Translucent Window Background
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package mac
|
||||
|
||||
// Options ae options speific to Mac
|
||||
// Options are options speific to Mac
|
||||
type Options struct {
|
||||
TitleBar *TitleBar
|
||||
Appearance AppearanceType
|
||||
WebviewIsTransparent bool
|
||||
TitleBar *TitleBar
|
||||
Appearance AppearanceType
|
||||
WebviewIsTransparent bool
|
||||
WindowBackgroundIsTranslucent bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user