Skip to content

Commit 0b60644

Browse files
authored
Xaml format (#341)
1 parent 21c6f96 commit 0b60644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI/SettingsPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
<ptControls:ShortcutControl HotkeySettings="{x:Bind ViewModel.Hotkey, Mode=TwoWay}" />
6767

6868
<controls:SettingsExpander.Items>
69-
<controls:SettingsCard
69+
<controls:SettingsCard
7070
Description="If enabled, the Command Palette will return to the home page when activated"
7171
Header="Go home when activated"
7272
HeaderIcon="{ui:FontIcon Glyph=&#xE80F;}">
7373
<ToggleSwitch IsOn="{x:Bind ViewModel.HotkeyGoesHome, Mode=TwoWay}" />
7474
</controls:SettingsCard>
7575
</controls:SettingsExpander.Items>
7676
</controls:SettingsExpander>
77-
77+
7878
<controls:SettingsCard
7979
Description="Controls if app details are automatically expanded or not"
8080
Header="Show app details"

0 commit comments

Comments
 (0)