feat: Bundled NW.js with appimages
feat: Implemented self update feat: Added rclone saves for emulators fix: Fixed auto focus in builds feat: Added helper cards on empty library
This commit is contained in:
parent
587956c792
commit
813785f4f3
59 changed files with 1210 additions and 480 deletions
|
|
@ -166,7 +166,6 @@ function RouteComponent ()
|
|||
|
||||
return (
|
||||
<AnimatedBackground ref={ref} backgroundKey="game-details" backgroundUrl={backgroundImage} scrolling>
|
||||
<AutoFocus focus={focusSelf} />
|
||||
<GameDetailsContext value={{
|
||||
update: () => setUpdate(v => v + 1)
|
||||
}} >
|
||||
|
|
@ -214,6 +213,7 @@ function RouteComponent ()
|
|||
</div>
|
||||
<FloatingShortcuts />
|
||||
</GameDetailsContext>
|
||||
<AutoFocus focus={focusSelf} />
|
||||
</AnimatedBackground>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue