Skip to content

Commit d688dfb

Browse files
authored
Remove Gemini API section
1 parent 8afacf5 commit d688dfb

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

StabilityMatrix.Avalonia/Views/Settings/AccountSettingsPage.axaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -376,25 +376,6 @@
376376

377377
</sg:SpacedGrid>
378378

379-
<!-- Gemini API Section -->
380-
<TextBlock
381-
Margin="0,16,0,8"
382-
FontSize="16"
383-
FontWeight="SemiBold"
384-
Text="{x:Static lang:Resources.Label_ImageGenerationApis}" />
385-
386-
<controls:SettingsAccountLinkExpander
387-
ConnectCommand="{Binding SetGeminiApiKeyCommand}"
388-
DisconnectCommand="{Binding RemoveGeminiApiKeyCommand}"
389-
Header="Gemini API"
390-
HeaderTargetUri="https://aistudio.google.com/api-keys"
391-
IsConnected="{Binding HasGeminiApiKey}"
392-
OffDescription="{x:Static lang:Resources.Label_GeminiOffDescription}">
393-
<controls:SettingsAccountLinkExpander.IconSource>
394-
<fluentIcons:SymbolIconSource Symbol="Sparkle" />
395-
</controls:SettingsAccountLinkExpander.IconSource>
396-
</controls:SettingsAccountLinkExpander>
397-
398379
<!-- Legacy Connections (Patreon) - only visible when Patreon is linked -->
399380
<StackPanel IsVisible="{Binding IsPatreonConnected}">
400381
<TextBlock

0 commit comments

Comments
 (0)