We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c464d22 commit 0ce3769Copy full SHA for 0ce3769
src/Files.App/Views/Settings/AppearancePage.xaml
@@ -243,10 +243,10 @@
243
IsOn="{x:Bind ViewModel.ShowTabActions, Mode=TwoWay}" />
244
</wctcontrols:SettingsCard>
245
246
- <!-- Show tab actions -->
+ <!-- Show Status bar -->
247
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=ShowStatusBar}">
248
<wctcontrols:SettingsCard.HeaderIcon>
249
- <!--TODO: needs a new icon-->
+ <!-- TODO: needs a new icon -->
250
<PathIcon Data="{StaticResource App.Theme.PathIcon.TabActions}" />
251
</wctcontrols:SettingsCard.HeaderIcon>
252
<ToggleSwitch
0 commit comments