SteamAccountSwitcher icon indicating copy to clipboard operation
SteamAccountSwitcher copied to clipboard

Add option to remove accounts

Open luizgununes opened this issue 2 years ago • 2 comments

Hi!

I would like if exists an option to remove an option would be added. I guess the only way now to do is removing the registry entry of the account on Steam registry folder.

luizgununes avatar Mar 06 '23 01:03 luizgununes

That's a good idea and something I want to add, I just can't figure out a simple and easy way to let the user do it.

For reference, the exact file it reads from is located at C:\Program Files (x86)\Steam\config\loginusers.vdf. You can delete entries manually and the app will automatically recognize it.

danielchalmers avatar Mar 11 '23 03:03 danielchalmers

I've tried to do it myself but i'm a JavaScript guy, i'm not familiarizated with C#. My idea was adding a option named "Manage Accounts" below the "Add Account" button. It would open a window with a row list of accounts, with a delete button at the end of the row.

luizgununes avatar Mar 14 '23 18:03 luizgununes