Skip to content

Commit

Permalink
python: Rename window name
Browse files Browse the repository at this point in the history
More friendly

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 26, 2024
1 parent db5ea4b commit bbe5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/qmk_hid/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
# print("Found {} devices".format(len(devices)))

root = tk.Tk()
root.title("QMK GUI")
root.title("QMK Keyboard Control")
ico = "logo_cropped_transparent_keyboard_48x48.ico"
res_path = resource_path()
if os.name == 'nt':
Expand Down

0 comments on commit bbe5ccd

Please sign in to comment.