diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index 2b03b750df..0ac6d10a4a 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -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;