Compare commits
2 Commits
0e8ea02be7
...
6f719740f2
Author | SHA1 | Date | |
---|---|---|---|
6f719740f2 | |||
1f30ed512e |
@ -170,6 +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.title("Downloading Modpack")
|
||||
set_appearance_mode("dark")
|
||||
|
1
Main.py
1
Main.py
@ -54,6 +54,7 @@ def main():
|
||||
|
||||
# GUI for selecting Prism instance path
|
||||
app = CTk()
|
||||
if os.name == 'posix':
|
||||
app.attributes('-type', 'dialog')
|
||||
app.geometry("1280x720")
|
||||
app.title("FamilyCraft Launcher")
|
||||
|
Loading…
Reference in New Issue
Block a user