diff --git a/electrum/gui/qt/transaction_dialog.py b/electrum/gui/qt/transaction_dialog.py index f2c6b7cf..9a7ebd62 100644 --- a/electrum/gui/qt/transaction_dialog.py +++ b/electrum/gui/qt/transaction_dialog.py @@ -273,7 +273,7 @@ class TxDialog(QDialog, MessageBoxMixin): self.amount_label.setText(amount_str) self.fee_label.setText(fee_str) self.size_label.setText(size_str) - self.flodata_label.setText("FLO data: " + self.tx.flodata) + self.flodata_label.setText("FLO data: \"" + self.tx.flodata + str("\"")) run_hook('transaction_dialog_update', self) def add_io(self, vbox): diff --git a/run_electrum b/run_electrum index bb9801c2..68040693 100755 --- a/run_electrum +++ b/run_electrum @@ -287,8 +287,7 @@ if __name__ == '__main__': args = parser.parse_args() # config is an object passed to the various constructors (wallet, interface, gui) - #if is_android: - if True: + if is_android: config_options = { 'verbosity': '', 'cmd': 'gui',