Update buttons layout in Guide Menu with TV layout (#492)

This commit is contained in:
redphx
2024-09-05 06:34:30 +07:00
parent 821904066b
commit a45d0f8b98
3 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export class TrueAchievements {
}) as HTMLAnchorElement;
static $button = createButton({
label: t('true-achievements'),
title: t('true-achievements'),
icon: BxIcon.TRUE_ACHIEVEMENTS,
style: ButtonStyle.FOCUSABLE | ButtonStyle.FULL_WIDTH,