Merge pull request #4858 from Vulpine05/Vulpine05_VT_col_ID_reorder

Revise column ID order.
This commit is contained in:
Vitalii Koshura 2022-07-29 21:55:59 +02:00 committed by GitHub
commit 658935694e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@
#define COLUMN_PROGRESS 2
#define COLUMN_SIZE 3
#define COLUMN_TIME 4
#define COLUMN_SPEED 5
#define COLUMN_STATUS 6
#define COLUMN_TOCOMPLETION 7
#define COLUMN_TOCOMPLETION 5
#define COLUMN_SPEED 6
#define COLUMN_STATUS 7
// DefaultShownColumns is an array containing the
// columnIDs of the columns to be shown by default,