Android build v1.1.23

This commit is contained in:
Warren H
2026-07-05 22:48:56 -04:00
parent 956c9e32f9
commit 9708ba9e40
106 changed files with 4294 additions and 458 deletions
+6 -1
View File
@@ -116,7 +116,12 @@ function App() {
}
if (selectedVersion === 'iwt2') {
return <IWantToHeal2App onBackToGameSelect={() => setSelectedVersion(null)} />
return (
<IWantToHeal2App
onlineBackupsAvailable={authSession.account?.id !== -1}
onBackToGameSelect={() => setSelectedVersion(null)}
/>
)
}
return (