Android build v1.1.7

This commit is contained in:
Warren H
2026-06-30 14:23:45 -04:00
parent df6306fe7a
commit 5b8c32dc41
6 changed files with 321 additions and 37 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ function App() {
const canShowCloudSync = account.id !== -1 && cloudSync.available
return (
<main className={`game-shell ${screen === 'dungeons' || screen === 'raids' ? 'dungeon-shell' : ''} ${screen === 'customize' ? 'workshop-shell' : ''}`}>
<main className={`game-shell ${screen === 'dungeons' || screen === 'raids' ? 'dungeon-shell' : ''} ${screen === 'customize' ? 'workshop-shell' : ''} ${screen === 'settings' ? 'settings-shell' : ''}`}>
<header className="topbar app-header">
<button
className="brand-button"