mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-04-15 23:42:55 +00:00
Enable NVENC configuration page on Linux
This commit is contained in:
parent
971c784f14
commit
42472bec85
@ -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";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user