Compare commits

..

No commits in common. "6f719740f2d105226044cdffe6674df918558859" and "0e8ea02be7387b528b477f2bb2e45014aab062ab" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View File

@ -170,8 +170,7 @@ def ftpDownload(ftp, file, stream):
#create tkinter window
print("downloading file: "+file)
dialog = CTk()
if os.name == 'posix':
dialog.attributes('-type', 'dialog')
dialog.attributes('-type', 'dialog')
dialog.title("Downloading Modpack")
set_appearance_mode("dark")
set_default_color_theme("blue")

View File

@ -54,8 +54,7 @@ def main():
# GUI for selecting Prism instance path
app = CTk()
if os.name == 'posix':
app.attributes('-type', 'dialog')
app.attributes('-type', 'dialog')
app.geometry("1280x720")
app.title("FamilyCraft Launcher")
set_appearance_mode("dark")

View File

@ -84,8 +84,7 @@ def main():
fileName = "modpack.mrpack"
app = CTk()
if os.name == 'posix':
app.attributes('-type', 'dialog')
app.attributes('-type', 'dialog')
app.geometry('500x400')
app.title("FamilyCraft Launcher Upload Utility")
set_appearance_mode("dark")