From 4b4ca1def2f35c0c0eb08de8d8849c3698fe2f0b Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 20 May 2021 22:57:50 +0200 Subject: [PATCH] added icon --- main.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.pyw b/main.pyw index 6770610..919a22d 100644 --- a/main.pyw +++ b/main.pyw @@ -21,6 +21,7 @@ class ClassApp(): self.root = Tk() self.root.title("MKWFaraphel Installateur") self.root.resizable(False, False) + self.root.iconbitmap(bitmap="./icon.ico") self.frame_game_path = LabelFrame(self.root, text="Jeu original") self.frame_game_path.grid(row=1,column=1) @@ -244,7 +245,6 @@ class ClassApp(): t.start() # TODO: Langue -# TODO: Icones # TODO: Update # TODO: Changer l'ID # TODO: Convertir en ISO / WBFS... après l'installation