Minor fixes
This commit is contained in:
parent
0cd2f6e170
commit
1a111b98d4
@ -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):
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user