Move the profile name column to the left

This commit is contained in:
Gingeh
2022-06-29 18:43:29 +10:00
parent 68d6ce60a9
commit f685139d89
2 changed files with 10 additions and 10 deletions

View File

@ -58,8 +58,8 @@ public:
enum VListColumns
{
// TODO: Add icon column.
NameColumn = 0,
ProfileNameColumn,
ProfileNameColumn = 0,
NameColumn,
MigrationColumn,
TypeColumn,
StatusColumn,