Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kr1s7ian authored Jan 25, 2023
1 parent 9f819b9 commit 338a6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Gui account switcher made with customtkinter py
Idea of the tool, and functionality of the account switching mechanics by pog
#5249, python code and implementation of UI made by me.

IMPORTANT:
- If you are using releases ignore this, otherwise if you are cloning and running with python, the customtkinter has a known bug with CTkInputDialog, it shold return None when pressing cancel but the command parameter is set to the same one for the ok button, for more details on how to fix go here https://github.com/TomSchimansky/CustomTkinter/pull/853/commits/d43cc3d6112c77db7742156198b2014ce5f56058

How To Use:
- Pressing the + button promps the user for a new username and a new title, the title is the text shown on the buttons, and username is the username of the - steam account the button will log into.
- Right clicking an account button will delete that entry.
- You can use keyboard keys 1 to 9 to log in in the respective accounts.
Important:
- If you are cloning and running with python, the customtkinter has a known bug with CTkInputDialog, it shold return None when pressing cancel but the command parameter is set to the same one for the ok button, for more details on how to fix go here https://github.com/TomSchimansky/CustomTkinter/pull/853/commits/d43cc3d6112c77db7742156198b2014ce5f56058

Other:
- Feel free to submit feedback in the issues tab, even if you feel its a minor detail or opinion or if you have any problems:
Expand Down

0 comments on commit 338a6f4

Please sign in to comment.