mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
Set rockchip GPU name
This commit is contained in:
parent
80a13e43e9
commit
cd1a8771d6
@ -101,6 +101,9 @@ export default function Statusbar() {
|
||||
case "intel-qsv":
|
||||
gpuTitle = "Intel GPU";
|
||||
break;
|
||||
case "rockchip":
|
||||
gpuTitle = "Rockchip GPU";
|
||||
break;
|
||||
default:
|
||||
gpuTitle = name;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user