[windows] Support drawing a frame for frameless to support hiding the titlebar

This commit is contained in:
stffabi
2021-12-01 15:06:46 +01:00
parent ec1a535acb
commit 47d783291d
4 changed files with 23 additions and 7 deletions

View File

@@ -5,4 +5,7 @@ type Options struct {
WebviewIsTransparent bool
WindowIsTranslucent bool
DisableWindowIcon bool
// Draw a border around the window, even if the window is frameless
EnableFramelessBorder bool
}