Skip to content

Commit

Permalink
Fixing an error with a proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
alekssamos committed Aug 24, 2023
1 parent 692c039 commit 8cc489a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/globalPlugins/yandexTranslate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def makeSettings(self, sizer):
settingsSizerHelper.addItem(self.reset_settings)

def postInit(self):
return True
self.onApiSel(None)
self.apiSel.SetFocus()
self.onUseProxy(None)
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Translates text using service Yandex Translate."""),
# version
"addon_version": "2023.02.19",
"addon_version": "2023.08.24",
# Author(s)
"addon_author": u"alekssamos <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 8cc489a

Please sign in to comment.