mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Show local co-op icon in settings
This commit is contained in:
@@ -1008,6 +1008,7 @@ export class SettingsDialog extends NavigationDialog {
|
||||
const $row = createSettingRow(label, !prefDefinition?.unsupported && $control, {
|
||||
$note,
|
||||
multiLines: setting.multiLines,
|
||||
icon: prefDefinition?.labelIcon,
|
||||
});
|
||||
if (pref) {
|
||||
$row.htmlFor = `bx_setting_${escapeCssSelector(pref)}`;
|
||||
|
Reference in New Issue
Block a user