File tree Expand file tree Collapse file tree
StabilityMatrix.Avalonia/Views/Settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments