Rename vibrancy to appearance

This commit is contained in:
Lea Anthony
2020-09-30 19:54:41 +10:00
parent 3f3094f0aa
commit 4e39566118
7 changed files with 36 additions and 36 deletions

View File

@@ -3,6 +3,6 @@ package mac
// Options ae options speific to Mac
type Options struct {
TitleBar *TitleBar
Vibrancy VibrancyType
Appearance AppearanceType
WebviewIsTransparent bool
}