mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-11 20:11:29 +00:00
Fix selection mode
This commit is contained in:
parent
d68ec8692e
commit
69b07b7378
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
<ListBox
|
<ListBox
|
||||||
AutoScrollToSelectedItem="False"
|
AutoScrollToSelectedItem="False"
|
||||||
VirtualizationMode="None"
|
VirtualizationMode="None"
|
||||||
SelectionMode="Multiple"
|
SelectionMode="Multiple, Toggle"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
SelectionChanged="OnSelectionChanged"
|
SelectionChanged="OnSelectionChanged"
|
||||||
SelectedItems="{Binding SelectedDownloadableContents, Mode=TwoWay}"
|
SelectedItems="{Binding SelectedDownloadableContents, Mode=TwoWay}"
|
||||||
|
|
Loading…
Reference in a new issue