rm qt icons file
so we don't need pyrcc5, which is not deterministic, and so we don't need the submodule for the icons based on electrumsv/electrumsv@bf8802c2ea
This commit is contained in:
@@ -259,8 +259,8 @@ class QtPlugin(QtPluginBase):
|
||||
|
||||
|
||||
class Plugin(TrezorPlugin, QtPlugin):
|
||||
icon_unpaired = ":icons/trezor_unpaired.png"
|
||||
icon_paired = ":icons/trezor.png"
|
||||
icon_unpaired = "trezor_unpaired.png"
|
||||
icon_paired = "trezor.png"
|
||||
|
||||
@classmethod
|
||||
def pin_matrix_widget_class(self):
|
||||
|
||||
Reference in New Issue
Block a user