mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
added icon
This commit is contained in:
parent
66e13146f5
commit
4b4ca1def2
1 changed files with 1 additions and 1 deletions
2
main.pyw
2
main.pyw
|
@ -21,6 +21,7 @@ class ClassApp():
|
||||||
self.root = Tk()
|
self.root = Tk()
|
||||||
self.root.title("MKWFaraphel Installateur")
|
self.root.title("MKWFaraphel Installateur")
|
||||||
self.root.resizable(False, False)
|
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 = LabelFrame(self.root, text="Jeu original")
|
||||||
self.frame_game_path.grid(row=1,column=1)
|
self.frame_game_path.grid(row=1,column=1)
|
||||||
|
@ -244,7 +245,6 @@ class ClassApp():
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
# TODO: Langue
|
# TODO: Langue
|
||||||
# TODO: Icones
|
|
||||||
# TODO: Update
|
# TODO: Update
|
||||||
# TODO: Changer l'ID
|
# TODO: Changer l'ID
|
||||||
# TODO: Convertir en ISO / WBFS... après l'installation
|
# TODO: Convertir en ISO / WBFS... après l'installation
|
||||||
|
|
Loading…
Reference in a new issue