diff --git a/Steam Desktop Authenticator/MainForm.cs b/Steam Desktop Authenticator/MainForm.cs index 0df52009..fc81502b 100644 --- a/Steam Desktop Authenticator/MainForm.cs +++ b/Steam Desktop Authenticator/MainForm.cs @@ -591,9 +591,6 @@ private void loadAccountsList() listAccounts.SelectedIndex = 0; trayAccountList.SelectedIndex = 0; - - listAccounts.Sorted = true; - trayAccountList.Sorted = true; } menuDeactivateAuthenticator.Enabled = btnTradeConfirmations.Enabled = allAccounts.Length > 0; }