Browse Source

update add case pair agent name prefix if agent type edge should be translated as Microsoft Edge

pull/61/head v1.6.2
Dimas Restu H 2 years ago
parent
commit
1a49214303
  1. 2
      pkg/whatsapp/whatsapp.go

2
pkg/whatsapp/whatsapp.go

@ -183,6 +183,8 @@ func WhatsAppGetPairName(agentType string) string {
switch agentType {
case "ie":
prefix = "Internet Explorer"
case "edge":
prefix = "Microsoft Edge"
case "uwp":
prefix = "UWP"
default:

Loading…
Cancel
Save