From df346147b0ba688bafa28b6b36744b04572bf5ee Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sun, 28 Jul 2024 20:31:50 -0400 Subject: [PATCH] fix order of the navigation example --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 14b22a9..3e82019 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -62,8 +62,8 @@ function Content() { { - Navigation.CloseSideMenus(); Navigation.Navigate("/decky-plugin-test"); + Navigation.CloseSideMenus(); }} > Router