Skip to content

Commit

Permalink
fix(QuickAccessTab): set decky tab ID to 999
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Apr 29, 2023
1 parent 21f1e5f commit 5d5cb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deck-components/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export enum QuickAccessTab {
Settings,
Perf,
Help,
Decky,
Music,
Decky = 999,
}

export enum DisplayStatus {
Expand Down

0 comments on commit 5d5cb31

Please sign in to comment.