mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[windows] fix for no windows config
This commit is contained in:
parent
f5056e7232
commit
7591b45ffa
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ import "C"
|
|||
func (a *Application) processPlatformSettings() error {
|
||||
|
||||
config := a.config.Windows
|
||||
if config == nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Check if the webview should be transparent
|
||||
if config.WebviewIsTransparent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue