Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 删除一个不再需要的魔法
Browse files Browse the repository at this point in the history
Blinue committed Nov 10, 2023
1 parent 707b26a commit f2273db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Magpie.App/ProfilePage.xaml
Original file line number Diff line number Diff line change
@@ -272,12 +272,6 @@
Style="{StaticResource ExpanderContentSettingStyle}">
<CheckBox x:Uid="Profile_Performance_VSync_TripleBuffering"
IsChecked="{x:Bind ViewModel.IsTripleBuffering, Mode=TwoWay}" />
<local:SettingsCard.ActionContent>
<!-- 使用魔法修复动画错误 -->
<ComboBox Width="0"
Height="0"
IsTabStop="False" />
</local:SettingsCard.ActionContent>
</local:SettingsCard>
</muxc:Expander.Content>
</muxc:Expander>

0 comments on commit f2273db

Please sign in to comment.