Skip to content

Commit

Permalink
Fixes Updated chrome - now ui.New fails to start #184 (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Vieira <justin.vieira@gmail.com>
  • Loading branch information
justinmichaelvieira and justinmichaelvieira authored Jan 7, 2024
1 parent a990beb commit 36a77ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var defaultChromeArgs = []string{
"--enable-automation",
"--password-store=basic",
"--use-mock-keychain",
"--remote-allow-origins=*",
}

// New returns a new HTML5 UI for the given URL, user profile directory, window
Expand Down

0 comments on commit 36a77ca

Please sign in to comment.