Skip to content

Commit

Permalink
Quick and temporary fix for #50 (not perfect)
Browse files Browse the repository at this point in the history
A better solution will be provided by #56
Closes #50
  • Loading branch information
AAClause committed Nov 7, 2020
1 parent 899d046 commit 0ab6177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/brailleExtender/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def getCurrentBrailleTables(input_=False, brf=False):
else:
tables = []
app = appModuleHandler.getAppModuleForNVDAObject(api.getNavigatorObject())
if brailleInput.handler._table.fileName == config.conf["braille"]["translationTable"] and app and app.appName != "nvda": tables += tabledictionaries.dictTables
if app and app.appName != "nvda": tables += tabledictionaries.dictTables
if input_: mainTable = os.path.join(brailleTables.TABLES_DIR, brailleInput.handler._table.fileName)
else: mainTable = os.path.join(brailleTables.TABLES_DIR, config.conf["braille"]["translationTable"])
tables += [
Expand Down

0 comments on commit 0ab6177

Please sign in to comment.