Skip to content

Commit

Permalink
Workaround for blank window on linux with nvidia GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Aug 8, 2024
1 parent 7f07dbc commit 6809b2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ func main() {
},
},
Linux: &linux.Options{
Icon: iconBytes,
ProgramName: "Satisfactory Mod Manager",
Icon: iconBytes,
ProgramName: "Satisfactory Mod Manager",
WebviewGpuPolicy: linux.WebviewGpuPolicyNever, // https://github.com/wailsapp/wails/issues/2977
},
OnStartup: func(ctx context.Context) {
appCommon.AppContext = ctx
Expand Down

0 comments on commit 6809b2a

Please sign in to comment.