Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
farshadz1997 committed Jul 16, 2021
1 parent 7ebf9b5 commit d6cbc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNS Changer GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def Edit_and_Save(self, edit:bool):
else:
msg.showerror("Error", "Correct secondary address and try again.")
return False
self.provider_combobox['state'] = 'normal'
self.provider_combobox['state'] = 'readonly'
self.delete_btn['state'] = 'normal'
self.set_btn['state'] = 'normal'
self.add_btn['state'] = 'normal'
Expand Down

0 comments on commit d6cbc8e

Please sign in to comment.