We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf2897 commit 805444eCopy full SHA for 805444e
extra/icon.ico
4.19 KB
kasatk.spec
@@ -44,4 +44,5 @@ exe = EXE(pyz,
44
upx=True,
45
upx_exclude=[],
46
runtime_tmpdir=None,
47
+ icon='extra/icon.ico',
48
console=False )
kasatk/__main__.py
@@ -367,6 +367,7 @@ def main():
367
root = tkinter.Tk()
368
root.title("Kasa Devices")
369
root.geometry("500x400")
370
+ root.iconbitmap("extra/icon.ico")
371
scroll_frame = ScrollableFrame(root)
372
KasaDevices(scroll_frame.scrollable_frame).pack()
373
scroll_frame.pack(fill=tkinter.BOTH, expand=True)
0 commit comments