[v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282)

* Add option for showing the toolbar in fullscreen mode on macOS

* Add an example demonstrating the ShowToolbarWhenFullscreen option

* Update docs

* Add changelog entry

* Run go mod tidy
This commit is contained in:
Fabio Massaioli
2024-03-02 20:10:25 +11:00
committed by GitHub
parent 0c3025d695
commit 7e687750b2
9 changed files with 113 additions and 19 deletions
+2
View File
@@ -1760,6 +1760,8 @@ type MacTitleBar struct {
UseToolbar bool
// HideToolbarSeparator will hide the toolbar separator
HideToolbarSeparator bool
// ShowToolbarWhenFullscreen will keep the toolbar visible when the window is in fullscreen mode
ShowToolbarWhenFullscreen bool
// ToolbarStyle is the style of toolbar to use
ToolbarStyle MacToolbarStyle
}