mark Pixel and Pixel XL releases as legacy
This commit is contained in:
parent
ed6e360fcc
commit
40b80f0d7a
@ -26,10 +26,10 @@ function deviceModel(device) {
|
||||
return "Pixel 2";
|
||||
}
|
||||
if (device === "marlin") {
|
||||
return "Pixel XL";
|
||||
return "Pixel XL (legacy)";
|
||||
}
|
||||
if (device === "sailfish") {
|
||||
return "Pixel";
|
||||
return "Pixel (legacy)";
|
||||
}
|
||||
return device;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user