mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix #4574
This commit is contained in:
parent
597295e359
commit
f7dce426cb
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ from .qrtextedit import ScanQRTextEdit
|
|||
from .completion_text_edit import CompletionTextEdit
|
||||
from . import util
|
||||
|
||||
RE_ADDRESS = '[1-9A-HJ-NP-Za-km-z]{26,}'
|
||||
RE_ALIAS = '(.*?)\s*\<([1-9A-HJ-NP-Za-km-z]{26,})\>'
|
||||
RE_ALIAS = '(.*?)\s*\<([0-9A-Za-z]{1,})\>'
|
||||
|
||||
frozen_style = "QWidget { background-color:none; border:none;}"
|
||||
normal_style = "QPlainTextEdit { }"
|
||||
|
|
Loading…
Add table
Reference in a new issue