Android build v1.1.23
This commit is contained in:
+6
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user