Browse Source

Fix prompt completion setting disabled

pull/165/head
Ionite 1 year ago
parent
commit
74010b5b6b
No known key found for this signature in database
  1. 3
      StabilityMatrix.Avalonia/Views/SettingsPage.axaml

3
StabilityMatrix.Avalonia/Views/SettingsPage.axaml

@ -147,8 +147,7 @@
<!-- Pixel grid -->
<ui:SettingsExpanderItem
Content="Show pixel grid at high zoom levels"
IconSource="ViewAll"
IsEnabled="{Binding IsPromptCompletionEnabled}">
IconSource="ViewAll">
<ui:SettingsExpanderItem.Footer>
<CheckBox Margin="8"
IsChecked="{Binding IsImageViewerPixelGridEnabled}"/>

Loading…
Cancel
Save