Skip to content

Commit

Permalink
Undo more unrelated/faulty changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Jan 2, 2025
1 parent 47e6fc5 commit 543f783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/brailleDisplayDrivers/eurobraille/gestures.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class InputGesture(braille.BrailleDisplayGesture, brailleInput.BrailleInputGestu

def __init__(self, display: "BrailleDisplayDriver"):
super().__init__()
self.model = display.ProtocolType.lower().split(" ")[0]
self.model = display.deviceType.lower().split(" ")[0]
keysDown = dict(display.keysDown)

self.keyNames = names = []
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_bdDetect.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A part of NonVisual Desktop Access (NVDA)
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.
# Copyright (C) 2023-2025 NV Access Limited, Babbage B.V., Leonard de Ruijter
# Copyright (C) 2023 NV Access Limited, Babbage B.V., Leonard de Ruijter

"""Unit tests for the bdDetect module."""

Expand Down

0 comments on commit 543f783

Please sign in to comment.