Enable NVENC configuration page on Linux

This commit is contained in:
Cameron Gutman 2021-07-09 17:21:37 -05:00
parent 971c784f14
commit 42472bec85

View File

@ -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";
});
}