mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-12 11:32:33 +02:00
(Change) Disable the ability to copy issues row text from list as this is crashing the program
This commit is contained in:
@@ -857,7 +857,7 @@
|
||||
SelectionMode="Extended"
|
||||
SelectedIndex="{Binding IssueSelectedIndex, Mode=TwoWay}"
|
||||
IsReadOnly="True"
|
||||
ClipboardCopyMode="IncludeHeader"
|
||||
ClipboardCopyMode="None"
|
||||
Items="{Binding IssuesGridItems}">
|
||||
<DataGrid.Columns>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user