Remove Close icon in Remote Play dialog

This commit is contained in:
redphx 2024-09-19 19:58:45 +07:00
parent ec1805f832
commit eebd7434ea

View File

@ -123,7 +123,6 @@ export class RemotePlayNavigationDialog extends NavigationDialog {
}), }),
createButton({ createButton({
icon: BxIcon.CLOSE,
style: ButtonStyle.GHOST | ButtonStyle.FOCUSABLE, style: ButtonStyle.GHOST | ButtonStyle.FOCUSABLE,
label: t('close'), label: t('close'),
}), }),