Skip to content

Commit d6a43db

Browse files
committed
fix: bump webview to 141.0.3537.71
1 parent 98fcc63 commit d6a43db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (v DxvkVersion) String() string {
4343
}
4444

4545
type Studio struct {
46-
WebView string `toml:"webview" group:"" row:"Disable if nonfunctional,entry,WebView2 Version,109.0.1518.140" title:"Web Pages"`
46+
WebView string `toml:"webview" group:"" row:"Disable if nonfunctional,entry,WebView2 Version,141.0.3537.71" title:"Web Pages"`
4747
WineRoot string `toml:"wineroot" group:"" row:"Installation Directory,path"`
4848
Launcher string `toml:"launcher" group:"" row:"Launcher Command (ex. gamescope)"`
4949

@@ -106,7 +106,7 @@ func Default() *Config {
106106

107107
Studio: Studio{
108108
DXVK: "",
109-
WebView: "109.0.1518.140", // Last known win7
109+
WebView: "141.0.3537.71", // YMMV
110110
GameMode: true,
111111
ForcedGPU: "prime-discrete",
112112
Renderer: "Vulkan",

0 commit comments

Comments
 (0)