fix: add Oray, Sunlogin, ToDesk to GPU blacklist
This commit is contained in:
@@ -415,6 +415,23 @@ func isVirtualGPU(name string) bool {
|
||||
"hyper-v",
|
||||
"parallels",
|
||||
"virtualbox",
|
||||
"intel uhd",
|
||||
"intel iris",
|
||||
"intel(r) uhd",
|
||||
"intel(r) iris",
|
||||
"uhd graphics",
|
||||
"iris graphics",
|
||||
"remote",
|
||||
"rdp",
|
||||
"citrix",
|
||||
"teamviewer",
|
||||
"anydesk",
|
||||
"parsec",
|
||||
"splashtop",
|
||||
"amdgpu-pro",
|
||||
"oray",
|
||||
"sunlogin",
|
||||
"todesk",
|
||||
}
|
||||
for _, v := range blacklist {
|
||||
if strings.Contains(name, v) {
|
||||
|
||||
Reference in New Issue
Block a user