Skip to content

Commit

Permalink
Extensions page expanders behavior is set to closed by default (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyfadeev committed Jan 11, 2024
1 parent d16785b commit b103449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
Description="{x:Bind GeneratePackageDetails(Version,Publisher , InstalledDate), Mode=OneWay}"
Margin="{ThemeResource SettingsCardMargin}"
ItemsSource="{x:Bind InstalledExtensionsList}"
IsExpanded="True">
IsExpanded="False">
<ctControls:SettingsExpander.HeaderIcon>
<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="&#xea86;"/>
</ctControls:SettingsExpander.HeaderIcon>
Expand Down

0 comments on commit b103449

Please sign in to comment.