From 42472bec85a148c59ec1a1ab0cdad0f0aa5aa854 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 9 Jul 2021 17:21:37 -0500 Subject: [PATCH] Enable NVENC configuration page on Linux --- assets/web/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/web/config.html b/assets/web/config.html index a4a39c58..74a95140 100644 --- a/assets/web/config.html +++ b/assets/web/config.html @@ -528,7 +528,7 @@ } if (this.platform == "linux") { this.tabs = this.tabs.filter(el => { - return el.id !== "nv" && el.id !== "amd"; + return el.id !== "amd"; }); }