feat: remove settings in replay mode
This commit is contained in:
parent
cb9201bd34
commit
e1b1380c20
|
|
@ -47,7 +47,7 @@ export default function HomePage() {
|
|||
</Button>
|
||||
</Tooltip>
|
||||
<ThemeToggle />
|
||||
<SettingsDialog />
|
||||
{!isReplay && <SettingsDialog />}
|
||||
</div>
|
||||
</header>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue