Skip to content

Commit d3a9d1e

Browse files
committed
Fix SelectionMode
1 parent 8882476 commit d3a9d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,7 @@
14741474
ItemsSource="{Binding ExternalPlugins}"
14751475
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
14761476
ScrollViewer.VerticalScrollBarVisibility="Auto"
1477+
SelectionMode="Single"
14771478
VirtualizingPanel.CacheLength="1,1"
14781479
VirtualizingPanel.CacheLengthUnit="Page"
14791480
VirtualizingPanel.IsVirtualizingWhenGrouping="True"

0 commit comments

Comments
 (0)