mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
Added '?' to pinmatrix
This commit is contained in:
parent
c31157fea1
commit
0106e6b6fb
@ -7,7 +7,7 @@ from PyQt4.QtCore import QObject, SIGNAL, QRegExp, Qt
|
||||
|
||||
class PinButton(QPushButton):
|
||||
def __init__(self, password, encoded_value):
|
||||
super(PinButton, self).__init__()
|
||||
super(PinButton, self).__init__('?')
|
||||
self.password = password
|
||||
self.encoded_value = encoded_value
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user