We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593acb0 commit b151777Copy full SHA for b151777
hwilib/_gui.py
@@ -239,7 +239,7 @@ def __init__(self, opts):
239
self.ui.internal_checkbox.setChecked(opts['internal'])
240
self.ui.keypool_checkbox.setChecked(opts['keypool'])
241
self.ui.account_spinbox.setValue(opts['account'])
242
- self.ui.path_lineedit.setValidator(QRegExpValidator(QRegExp("m(/[0-9]+['Hh]?)+"), None))
+ self.ui.path_lineedit.setValidator(QRegExpValidator(QRegExp("m(/[0-9]+['Hh]?)+/\*"), None))
243
if opts['account_used']:
244
self.ui.account_radio.setChecked(True)
245
self.ui.path_radio.setChecked(False)
0 commit comments