Added icon in title bar

Uploaded Reddit logo icon and added in the GUI window title bar
pull/1207/head
Simon 3 years ago
parent b496b5906d
commit 25f8ac90f8

@ -27,6 +27,7 @@ class App(customtkinter.CTk):
super().__init__()
self.title("Reddit Video Maker Bot GUI")
self.iconbitmap("utils/reddit.ico")
self.geometry(f"{App.WIDTH}x{App.HEIGHT}")
self.resizable(False, False)
self.protocol("WM_DELETE_WINDOW", self.on_closing) # call .on_closing() when app gets closed

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Loading…
Cancel
Save