Enable NVENC configuration page on Linux
This commit is contained in:
@@ -528,7 +528,7 @@
|
|||||||
}
|
}
|
||||||
if (this.platform == "linux") {
|
if (this.platform == "linux") {
|
||||||
this.tabs = this.tabs.filter(el => {
|
this.tabs = this.tabs.filter(el => {
|
||||||
return el.id !== "nv" && el.id !== "amd";
|
return el.id !== "amd";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user