mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-12 08:05:15 +02:00
Fix Guide CSS in TV layout
This commit is contained in:
@@ -97,7 +97,7 @@ export class TrueAchievements {
|
||||
}
|
||||
this.updateIds(xboxTitleId);
|
||||
|
||||
if (document.documentElement.dataset.xdsPlatform === 'tv') {
|
||||
if (document.body.dataset.mediaType === 'tv') {
|
||||
$div.appendChild(this.$link);
|
||||
} else {
|
||||
$div.appendChild(this.$button);
|
||||
|
Reference in New Issue
Block a user