mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-20 07:30:09 +02:00
fix order of the navigation example
This commit is contained in:
@@ -62,8 +62,8 @@ function Content() {
|
||||
<ButtonItem
|
||||
layout="below"
|
||||
onClick={() => {
|
||||
Navigation.CloseSideMenus();
|
||||
Navigation.Navigate("/decky-plugin-test");
|
||||
Navigation.CloseSideMenus();
|
||||
}}
|
||||
>
|
||||
Router
|
||||
|
||||
Reference in New Issue
Block a user