mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 21:58:27 +02:00
Bug fixes
This commit is contained in:
@@ -1007,7 +1007,9 @@ export class SettingsDialog extends NavigationDialog {
|
||||
$note,
|
||||
multiLines: setting.multiLines,
|
||||
});
|
||||
$row.htmlFor = `bx_setting_${escapeCssSelector(pref!)}`;
|
||||
if (pref) {
|
||||
$row.htmlFor = `bx_setting_${escapeCssSelector(pref)}`;
|
||||
}
|
||||
$row.dataset.type = settingTabContent.group;
|
||||
|
||||
$tabContent.appendChild($row);
|
||||
|
Reference in New Issue
Block a user