Skip to content

Commit

Permalink
Merge 4dc7b71 into a3ff4e1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasull committed Apr 6, 2021
2 parents a3ff4e1 + 4dc7b71 commit e70e2e8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions electroncash_gui/qt/transaction_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@

dialogs = [] # Otherwise python randomly garbage collects the dialogs...

if False:
# NB: on Qt for Windows the 'ⓢ' symbol looks aliased and bad. So we do this
# for windows.
SCHNORR_SIGIL = "(S)"
else:
# On Linux & macOS it looks fine so we go with the more fancy unicode
SCHNORR_SIGIL = "ⓢ"
SCHNORR_SIGIL = "ⓢ"

def show_transaction(tx, parent, desc=None, prompt_if_unsaved=False):
d = TxDialog(tx, parent, desc, prompt_if_unsaved)
Expand Down

0 comments on commit e70e2e8

Please sign in to comment.