From 3f2624dfb8bcd8f85a951391ae79f0497e516d8e Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 14 Jul 2020 09:47:24 +0800 Subject: [PATCH] Disable multi-selection using Shift key in WORKSPACE --- SourceGit/UI/Dashboard.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SourceGit/UI/Dashboard.xaml b/SourceGit/UI/Dashboard.xaml index 08f2e1fd..48e364bc 100644 --- a/SourceGit/UI/Dashboard.xaml +++ b/SourceGit/UI/Dashboard.xaml @@ -148,7 +148,8 @@ Grid.Row="1" x:Name="workspace" Background="{StaticResource Brush.BG3}" - Style="{StaticResource Style.ListView.Borderless}"> + Style="{StaticResource Style.ListView.Borderless}" + SelectionMode="Single">