1
0

Move message box logic to a mixin

This commit is contained in:
Neil Booth
2015-12-23 15:10:15 +09:00
parent 72fdf0cd21
commit 15e9991e2a
5 changed files with 33 additions and 34 deletions

View File

@@ -194,7 +194,3 @@ class Plugin(TrezorPlugin):
layout.addWidget(current_label_label,3,0)
layout.addWidget(change_label_button,3,1)
d.exec_()