This commit is contained in:
Felix Roos 2023-12-29 01:07:11 +01:00
parent 9974311344
commit 57bc0b7032
3 changed files with 20 additions and 56 deletions

View file

@ -114,7 +114,7 @@ export function Panel({ context }) {
{activeFooter === 'console' && <ConsoleTab log={log} />}
{activeFooter === 'sounds' && <SoundsTab />}
{activeFooter === 'reference' && <Reference />}
{activeFooter === 'settings' && <SettingsTab scheduler={context.scheduler} />}
{activeFooter === 'settings' && <SettingsTab />}
{activeFooter === 'files' && <FilesTab />}
</div>
</div>