Compare commits
No commits in common. "39b2a6f4961b403d00d88d9f224e3748fece4948" and "39d075602e468912f42c05412196d878747da63e" have entirely different histories.
39b2a6f496
...
39d075602e
1
Main.py
1
Main.py
@ -53,7 +53,6 @@ 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