Merged commits

This commit is contained in:
Cuptain 2024-06-21 01:18:23 +10:00
commit b8ee32ada1

View File

@ -57,8 +57,10 @@ def main():
set_default_color_theme("blue")
# Tabs to seperate options from launching the game
guitabs = CTkTabview(master=app, border_width=4, border_color="#0000FF")
guitabs.pack(padx=0, pady=0)
guitabs.pack(expand=True, fill='both', padx=0, pady=0)
guitabs.add("Launcher")
guitabs.add("Options")