mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
fix bug #3218
This commit is contained in:
parent
b544dde2c6
commit
f1782c78f4
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ namespace v2rayN.Views
|
|||
lstProfiles.PreviewKeyDown += LstProfiles_PreviewKeyDown;
|
||||
lstProfiles.SelectionChanged += lstProfiles_SelectionChanged;
|
||||
lstProfiles.LoadingRow += LstProfiles_LoadingRow;
|
||||
lstProfiles.RowHeaderWidth = 30;
|
||||
if (_config.uiItem.enableDragDropSort)
|
||||
{
|
||||
lstProfiles.AllowDrop = true;
|
||||
|
|
Loading…
Reference in a new issue