mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Minor fix
This commit is contained in:
@@ -10575,7 +10575,7 @@ function injectSettingsButton($parent) {
|
|||||||
|
|
||||||
for (let settingId in SETTINGS_UI[groupLabel]) {
|
for (let settingId in SETTINGS_UI[groupLabel]) {
|
||||||
// Don't render custom settings
|
// Don't render custom settings
|
||||||
if (settingId === 'undefined' || settingId.startsWith('_')) {
|
if (!settingId || settingId === 'undefined' || settingId.startsWith('_')) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user