now the gui can see the home directory on windows

master
kirbylife 2020-12-08 15:11:48 -06:00
parent 6db416035f
commit 58f3d9c9d4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def gui_config():
passwd_field = Entry(root, textvariable=passwd, show="*")
folder = StringVar()
folder.set(os.path.join(os.getenv("HOME"), "Munyal"))
folder.set(__get_config_folder())
folder_field = Entry(root, textvariable=folder)
btn_folder = Button(root,
text="Examinar",