File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8484 </wctcontrols : SettingsCard >
8585
8686 <!-- Startup settings -->
87- <wctcontrols : SettingsExpander Header =" {helpers:ResourceString Name=StartupSettings}" >
87+ <wctcontrols : SettingsExpander Header =" {helpers:ResourceString Name=StartupSettings}" IsExpanded = " False " >
8888 <wctcontrols : SettingsExpander .HeaderIcon>
8989 <FontIcon Glyph ="  " />
9090 </wctcontrols : SettingsExpander .HeaderIcon>
9898 Content=" {helpers:ResourceString Name=SettingsOnStartupOpenASpecificPage/Content}"
9999 IsSelected=" {x:Bind ViewModel.OpenASpecificPageOnStartup, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
100100 </uc : ComboBoxEx >
101- <wctcontrols : SettingsExpander .Items >
101+ <wctcontrols : SettingsExpander .ItemsHeader >
102102 <Grid
103103 Padding=" 8"
104104 HorizontalAlignment=" Stretch"
168168 </ListView .ItemTemplate>
169169 </ListView >
170170 </Grid >
171-
171+ </wctcontrols : SettingsExpander .ItemsHeader>
172+ <wctcontrols : SettingsExpander .Items>
172173 <wctcontrols : SettingsCard Header =" {helpers:ResourceString Name=OpenTabInExistingInstance}" >
173174 <ToggleSwitch AutomationProperties.Name=" {helpers:ResourceString Name=OpenTabInExistingInstance}" IsOn =" {x:Bind ViewModel.OpenTabInExistingInstance, Mode=TwoWay}" />
174175 </wctcontrols : SettingsCard >
You can’t perform that action at this time.
0 commit comments