Skip to content

Commit

Permalink
Update steamkiller.py
Browse files Browse the repository at this point in the history
remove non existent icon for ease of use
  • Loading branch information
ToClickx authored Aug 10, 2024
1 parent ae6062b commit 6843cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steamkiller.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def create_gui():
# Create the main window
root = tk.Tk()
root.title("Steam Steam")
root.iconbitmap("icon.ico")

# Create a button to trigger process termination
button = tk.Button(root, text="Terminate Steam Processes", command=kill_steam_processes, padx=20, pady=10)
Expand All @@ -47,4 +46,4 @@ def create_gui():
root.mainloop()

if __name__ == "__main__":
create_gui()
create_gui()

0 comments on commit 6843cdd

Please sign in to comment.