Skip to content

Commit

Permalink
Comment out custom themes setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Dec 26, 2024
1 parent 1f35d01 commit 9b50a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FluentHub.App/Views/AppSettings/GeneralPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<ComboBox ItemsSource="{x:Bind ViewModel.Themes}" SelectedIndex="{x:Bind ViewModel.SelectedThemeIndex, Mode=TwoWay}" />
</uc:SettingsBlockControl>

<uc:SettingsBlockControl
<!--<uc:SettingsBlockControl
x:Name="AppearancePageThemeBlock"
Title="{helpers:ResourceString Name=AppearancePageThemeBlock/Title}"
IsClickable="False">
Expand All @@ -63,7 +63,7 @@
<TextBlock x:Name="AppearancePageThemeBlockBody" Text="{helpers:ResourceString Name=FeatureNotAvailable/Text}" />
</Grid>
</uc:SettingsBlockControl.ExpandableContent>
</uc:SettingsBlockControl>
</uc:SettingsBlockControl>-->

</StackPanel>

Expand Down

0 comments on commit 9b50a34

Please sign in to comment.