diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-03 12:55:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 12:55:36 +0200 |
commit | 5599b5a337c04e23fd1b0d1b4cc4b54906ab0657 (patch) | |
tree | 7fd15acc78ec4dfcd5a085fadce64302392bbd89 /launcher/minecraft/auth/AccountList.h | |
parent | b90d6b0f26613c5b4a4a1f20e7646ffeefe05c83 (diff) | |
parent | dbb63b97bdb680bdadb7c9e4142b5972baf8a5a2 (diff) | |
download | PrismLauncher-5599b5a337c04e23fd1b0d1b4cc4b54906ab0657.tar.gz PrismLauncher-5599b5a337c04e23fd1b0d1b4cc4b54906ab0657.tar.bz2 PrismLauncher-5599b5a337c04e23fd1b0d1b4cc4b54906ab0657.zip |
Merge pull request #855 from Gingeh/account-list
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, |