Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Some UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mewforest committed Mar 24, 2018
1 parent b17abc4 commit d237784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GoogleArtDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def start_process():
btn.config(state='disabled')
btnPaste.config(state='disabled')
ent.config(state='disabled')
chk.config(state='disabled')
lbl.config(text='Working...')
lbl.config(text='1/3: Initializing folders')
initialize_folders()
Expand All @@ -176,6 +177,8 @@ def start_process():
btnPaste.config(state='normal')
ent.config(state='normal')
btn.config(state='normal')
chk.config(state='normal')


def start():
lbl.config(text="Starting..")
Expand Down

0 comments on commit d237784

Please sign in to comment.