Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
H14d3n committed Aug 14, 2024
1 parent 236fde7 commit faf6ce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
1 change: 1 addition & 0 deletions src/CustomTKinter/Windows-Account-Creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def run_as_admin():
root.title('Offline Account Creator')
root.geometry('350x350')
root.resizable(False, False)
root.iconbitmap(".\src\CustomTKinter\image-removebg-preview.ico")

# Title label
title = customtkinter.CTkLabel(root, text="Account Creator", font=('Bold Calibri', 25))
Expand Down
40 changes: 0 additions & 40 deletions src/CustomTKinter/Windows-Account-Creator.spec

This file was deleted.

0 comments on commit faf6ce9

Please sign in to comment.