feat: added update notes and moved update to own tab
feat: added update info for emulators
This commit is contained in:
parent
813785f4f3
commit
cf84f40a17
14 changed files with 318 additions and 34 deletions
|
|
@ -23,6 +23,7 @@ import
|
|||
Joystick,
|
||||
MonitorCog,
|
||||
Puzzle,
|
||||
RefreshCcw,
|
||||
} from "lucide-react";
|
||||
import { JSX, useMemo } from "react";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
|
@ -166,6 +167,12 @@ function SettingsMenu (data: {})
|
|||
label="Directories"
|
||||
icon={<HardDrive />}
|
||||
/>
|
||||
<MenuItem
|
||||
focusSelect
|
||||
route="/settings/update"
|
||||
label="Updates"
|
||||
icon={<RefreshCcw />}
|
||||
/>
|
||||
<MenuItem
|
||||
focusSelect
|
||||
route="/settings/about"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue