Enable NVENC configuration page on Linux
This commit is contained in:
parent
971c784f14
commit
42472bec85
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue