CmdPal: add a setting for the page transition animation (#42093)

Basically title.

Closes #41869
This commit is contained in:
Mike Griese
2025-10-02 06:37:18 -05:00
committed by GitHub
parent 87af08630a
commit 8ce4b635cf
5 changed files with 35 additions and 1 deletions

View File

@@ -88,6 +88,10 @@
<ToggleSwitch IsOn="{x:Bind viewModel.ShowSystemTrayIcon, Mode=TwoWay}" />
</controls:SettingsCard>
<controls:SettingsCard x:Uid="Settings_GeneralPage_DisableAnimations_SettingsCard" HeaderIcon="{ui:FontIcon Glyph=&#xE945;}">
<ToggleSwitch IsOn="{x:Bind viewModel.DisableAnimations, Mode=TwoWay}" />
</controls:SettingsCard>
<!-- 'For Developers' section -->
<TextBlock x:Uid="ForDevelopersSettingsHeader" Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" />