Skip to content

Commit

Permalink
Xaml format (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansjfw authored Jan 17, 2025
1 parent 21c6f96 commit 0b60644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/cmdpal/Microsoft.CmdPal.UI/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
<ptControls:ShortcutControl HotkeySettings="{x:Bind ViewModel.Hotkey, Mode=TwoWay}" />

<controls:SettingsExpander.Items>
<controls:SettingsCard
<controls:SettingsCard
Description="If enabled, the Command Palette will return to the home page when activated"
Header="Go home when activated"
HeaderIcon="{ui:FontIcon Glyph=&#xE80F;}">
<ToggleSwitch IsOn="{x:Bind ViewModel.HotkeyGoesHome, Mode=TwoWay}" />
</controls:SettingsCard>
</controls:SettingsExpander.Items>
</controls:SettingsExpander>

<controls:SettingsCard
Description="Controls if app details are automatically expanded or not"
Header="Show app details"
Expand Down

0 comments on commit 0b60644

Please sign in to comment.