Skip to content

Update Title on Windows failed #3464

@uzzle1987

Description

@uzzle1987

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions