Skip to content

Commit 5147f5a

Browse files
committed
hide < Back button on desktop About window
1 parent 673ecfa commit 5147f5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,7 @@ buttonSetTextColor(backBtn, moR, moG, moB, 1.0);
16201620
if (mobile) setPadding(backBtn, 8, 4, 8, 4);
16211621

16221622
const backRow = HStack(8, [backBtn, Spacer()]);
1623+
if (!mobile) widgetSetHidden(backRow, 1);
16231624
const infoBody = VStack(12, [
16241625
backRow,
16251626
infoHeaderCard,

0 commit comments

Comments
 (0)