docs(installer): drop the stale reserved-slot comment now that Claude Help Me shipped

This commit is contained in:
mika kuns
2026-08-06 08:41:46 +02:00
parent a35103418d
commit 41c2de5ab0
@@ -83,7 +83,6 @@
<!-- Footer --> <!-- Footer -->
<StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,12,0,0"> <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,12,0,0">
<!-- Reserved space: a "Claude Help Me" button lands here in a follow-up task. -->
<Button Content="{loc:Tr installer.systemCheck.recheck}" <Button Content="{loc:Tr installer.systemCheck.recheck}"
Command="{Binding RunChecksCommand}"/> Command="{Binding RunChecksCommand}"/>
</StackPanel> </StackPanel>