We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show the stats in the windows title screen
Doest not work properly. Only types the first character of the username
Enable UpdateTileStats and wait on Windows system
update_title_stats.py
change from ctypes.windll.kernel32.SetConsoleTitleA(title) to ctypes.windll.kernel32.SetConsoleTitleA(title.encode())
The text was updated successfully, but these errors were encountered:
@TheSavior @douglascamata This can be closed. Fixed by #3467
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Show the stats in the windows title screen
Actual Behavior
Doest not work properly. Only types the first character of the username
Steps to Reproduce
Enable UpdateTileStats and wait on Windows system
Possible Solve
update_title_stats.py
change from
ctypes.windll.kernel32.SetConsoleTitleA(title)
to
ctypes.windll.kernel32.SetConsoleTitleA(title.encode())
The text was updated successfully, but these errors were encountered: