mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 19:39:29 +08:00
[windows] fix for no windows config
This commit is contained in:
parent
f5056e7232
commit
7591b45ffa
@ -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…
Reference in New Issue
Block a user