Skip to content

Commit

Permalink
Add WeatherFontSize to settings GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
3rob3 committed Apr 15, 2024
1 parent 76c1bf8 commit a59c8ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ImmichFrame/Views/SettingsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<TextBlock Text="ShowWeather"/>
<CheckBox IsChecked="{Binding Settings.ShowWeather}"/>
</StackPanel>
<StackPanel>
<TextBlock Text="WeatherFontSize"/>
<TextBox Text="{Binding Settings.WeatherFontSize}"/>
</StackPanel>
<StackPanel>
<TextBlock Text="UnitSystem"/>
<TextBox Text="{Binding Settings.UnitSystem}"/>
Expand Down

0 comments on commit a59c8ee

Please sign in to comment.