Compare commits
2 Commits
39d075602e
...
39b2a6f496
Author | SHA1 | Date | |
---|---|---|---|
39b2a6f496 | |||
b9bee7b472 |
1
Main.py
1
Main.py
@ -53,6 +53,7 @@ def main():
|
|||||||
app.attributes('-type', 'dialog')
|
app.attributes('-type', 'dialog')
|
||||||
app.title("FamilyCraft Launcher")
|
app.title("FamilyCraft Launcher")
|
||||||
set_appearance_mode("dark")
|
set_appearance_mode("dark")
|
||||||
|
set_default_color_theme("green")
|
||||||
|
|
||||||
# Tabs to seperate options from launching the game
|
# Tabs to seperate options from launching the game
|
||||||
guitabs = CTkTabview(master=app)
|
guitabs = CTkTabview(master=app)
|
||||||
|
Loading…
Reference in New Issue
Block a user