Skip to content

Commit

Permalink
Added the possibility to set Harmonies page as default page (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Nov 1, 2023
1 parent aebea0c commit 2fb8f79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ColorPicker/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@
<ComboBoxItem Content="{x:Static lang:Resources.TextTool}" />
<ComboBoxItem Content="{x:Static lang:Resources.Palette}" />
<ComboBoxItem Content="{x:Static lang:Resources.Gradient}" />
<ComboBoxItem Content="{x:Static lang:Resources.AIGeneration}" />
<ComboBoxItem Content="{x:Static lang:Resources.Harmonies}" />
</ComboBox>
</StackPanel>
<CheckBox
Expand Down Expand Up @@ -689,8 +691,7 @@
BorderThickness="2"
Foreground="{Binding Source={StaticResource Foreground1}}"
SelectionChanged="ModelComboBox_SelectionChanged"
Style="{DynamicResource ComboBoxStyle1}">
</ComboBox>
Style="{DynamicResource ComboBoxStyle1}" />
<Button
x:Name="RefreshModelsBtn"
Margin="0 0 10 0"
Expand Down

0 comments on commit 2fb8f79

Please sign in to comment.