mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-17 14:10:08 +02:00
Replace NavigateToStore (#15)
This commit is contained in:
committed by
TrainDoctor
parent
9b03754939
commit
ae179d618e
@@ -82,8 +82,8 @@ const DeckyPluginRouterTest: VFC = () => {
|
||||
return (
|
||||
<div style={{ marginTop: "50px", color: "white" }}>
|
||||
Hello World!
|
||||
<DialogButton onClick={() => Router.NavigateToStore()}>
|
||||
Go to Store
|
||||
<DialogButton onClick={() => Router.NavigateToLibraryTab()}>
|
||||
Go to Library
|
||||
</DialogButton>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user