summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/kasper_gui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py
index 2826638..77adba2 100644
--- a/bin/kasper_gui.py
+++ b/bin/kasper_gui.py
@@ -3,8 +3,8 @@ from tkinter import PhotoImage
display = tkinter.Tk()
display.title("Kasper")
-photo = PhotoImage(file = "icon.png")
+photo = PhotoImage(file="icon.png")
display.iconphoto(False, photo)
-
-display.mainloop() \ No newline at end of file
+# making 2 versions IOS AND DESKTOP
+display.mainloop()