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