~ruther/NosTale-PacketLogger

52e533a6845a118066cfa90d2f2ee3cd44b23db1 — Rutherther 2 years ago 4ffd3c3
feat: allow multiple selection in packet view
1 files changed, 1 insertions(+), 0 deletions(-)

M src/PacketLogger/Views/PacketLogView.axaml
M src/PacketLogger/Views/PacketLogView.axaml => src/PacketLogger/Views/PacketLogView.axaml +1 -0
@@ 59,6 59,7 @@

        <ListBox Items="{Binding FilteredPackets}"
                 x:Name="PacketsLog"
                 SelectionMode="Multiple"
                 SelectedItem="{Binding SelectedPacket, Mode=TwoWay}"
                 SelectionChanged="PacketsLog_OnSelectionChanged">
            <ListBox.Styles>

Do not follow this link