This commit is contained in:
tristantr
2026-05-26 14:29:45 +02:00
parent c346318ffe
commit 6c3132c512
@@ -1888,7 +1888,11 @@ export async function main(
before turning this feature on.
</Alert>
{/if}
<SettingCard label="App" class="mt-6">
<SettingCard
label="Default app"
description="If configured, users who are operators in this workspace will be redirected to this app automatically when logging into this workspace."
class="mt-6"
>
<ScriptPicker bind:scriptPath={workspaceDefaultAppPath} itemKind="app" clearable />
</SettingCard>