优化提示
This commit is contained in:
@@ -16,6 +16,8 @@ func OpenApp(c context.Context, url string) {
|
||||
Delete(flags.Env).
|
||||
Set("kiosk").
|
||||
Set("hide-scrollbars").
|
||||
Set("disable-sync").
|
||||
Set("disable-features", "GoogleSignin,IdentityConsistency,OmniboxUIExperimentation,GoogleSearch,Autofill,SafeSearch,SpeechRecognition").
|
||||
Delete("disable-site-isolation-trials").
|
||||
Bin(path)
|
||||
p := l.MustLaunch()
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
package main
|
||||
|
||||
import "game-driver/pkg/relay"
|
||||
|
||||
func main() {
|
||||
relay.PrintPorts()
|
||||
}
|
||||
Reference in New Issue
Block a user