Skip to content

Commit 2c949d6

Browse files
committed
Fix setting control
1 parent 5dd9e8d commit 2c949d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
Content="{Binding SettingControl}" />
118118
</Border>
119119

120-
<ContentControl Content="{Binding BottomPart2}" />
120+
<ContentControl Content="{Binding BottomPart3}" />
121121
</StackPanel>
122122
</Expander>
123123
</UserControl>

0 commit comments

Comments
 (0)