Skip to content

Commit

Permalink
Update P5TextSwapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur16211 authored May 13, 2023
1 parent 42ccbac commit 7b752ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P5TextSwapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def disable_button():

def enable_button():
run_button.config(state="normal")
dropdown.config(state="disable")
dropdown.config(state="normal")
mod_folder_button.config(state="normal")
language_folder_button.config(state="normal")
output_folder_button.config(state="normal")
Expand Down

0 comments on commit 7b752ce

Please sign in to comment.