diff options
author | Gingeh <39150378+Gingeh@users.noreply.github.com> | 2022-06-29 18:43:29 +1000 |
---|---|---|
committer | Gingeh <39150378+Gingeh@users.noreply.github.com> | 2022-06-29 18:43:29 +1000 |
commit | f685139d89bb10fd8ec9872b710d118530b97976 (patch) | |
tree | b2e4290f3e7330df106456a5282c73cd6d72032b /launcher/minecraft/auth/AccountList.h | |
parent | 68d6ce60a9e74758743d2a43d9e4604fd06e6511 (diff) | |
download | PrismLauncher-f685139d89bb10fd8ec9872b710d118530b97976.tar.gz PrismLauncher-f685139d89bb10fd8ec9872b710d118530b97976.tar.bz2 PrismLauncher-f685139d89bb10fd8ec9872b710d118530b97976.zip |
Move the profile name column to the left
Diffstat (limited to 'launcher/minecraft/auth/AccountList.h')
-rw-r--r-- | launcher/minecraft/auth/AccountList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/auth/AccountList.h b/launcher/minecraft/auth/AccountList.h index baaf7414..8136a92e 100644 --- a/launcher/minecraft/auth/AccountList.h +++ b/launcher/minecraft/auth/AccountList.h @@ -58,8 +58,8 @@ public: enum VListColumns { // TODO: Add icon column. - NameColumn = 0, - ProfileNameColumn, + ProfileNameColumn = 0, + NameColumn, MigrationColumn, TypeColumn, StatusColumn, |