[v2, windows] Add WebviewUserDataPath to windows options

This commit is contained in:
stffabi
2022-01-25 21:42:01 +01:00
parent ad28527a76
commit b1c2065dfb
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -8,4 +8,8 @@ type Options struct {
// Draw a border around the window, even if the window is frameless
EnableFramelessBorder bool
// Path where the WebView2 stores the user data. If empty %APPDATA%\[BinaryName.exe] will be used.
// If the path is not valid, a messagebox will be displayed with the error and the app will exit with error code.
WebviewUserDataPath string
}