Skip to content

Commit 7aaf9c1

Browse files
mohnjilesclaude
andcommitted
style: rocket icon on the inference launch button
Replaces the question-mark glyph removed when the docs button landed beside it; the button launches ComfyUI, which the old icon never conveyed. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c917fc7 commit 7aaf9c1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

StabilityMatrix.Avalonia/Views/InferencePage.axaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,13 @@
182182
<Binding Path="!IsWaitingForConnection" />
183183
</MultiBinding>
184184
</Button.IsVisible>
185-
<TextBlock Text="{x:Static lang:Resources.Action_Launch}" />
185+
<StackPanel Orientation="Horizontal">
186+
<icons:Icon
187+
Margin="0,0,8,0"
188+
FontSize="14"
189+
Value="fa-solid fa-rocket" />
190+
<TextBlock Text="{x:Static lang:Resources.Action_Launch}" />
191+
</StackPanel>
186192
</Button>
187193

188194
<!-- Successful connection icon -->

0 commit comments

Comments
 (0)