Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 11ab6c9

Browse files
committed
Fixed issue #84
Forgot to add the VM description subitem before the path subitem since I added the Description column
1 parent b776700 commit 11ab6c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

86BoxManager/frmMain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,7 @@ public void VMImport(string name, string desc, string importPath, bool openCFG,
16221622
ImageIndex = 0
16231623
};
16241624
newLvi.SubItems.Add(new ListViewItem.ListViewSubItem(newLvi, newVM.GetStatusString()));
1625+
newLvi.SubItems.Add(new ListViewItem.ListViewSubItem(newLvi, newVM.Desc));
16251626
newLvi.SubItems.Add(new ListViewItem.ListViewSubItem(newLvi, newVM.Path));
16261627
lstVMs.Items.Add(newLvi);
16271628
Directory.CreateDirectory(cfgpath + newVM.Name);

0 commit comments

Comments
 (0)