mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
fix order of the navigation example
This commit is contained in:
parent
93ef11096f
commit
df346147b0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,8 +62,8 @@ function Content() {
|
|||
<ButtonItem
|
||||
layout="below"
|
||||
onClick={() => {
|
||||
Navigation.CloseSideMenus();
|
||||
Navigation.Navigate("/decky-plugin-test");
|
||||
Navigation.CloseSideMenus();
|
||||
}}
|
||||
>
|
||||
Router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue