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:
@@ -295,8 +295,8 @@ class QtPlugin(QtPluginBase):
|
||||
|
||||
|
||||
class Plugin(KeepKeyPlugin, QtPlugin):
|
||||
icon_paired = ":icons/keepkey.png"
|
||||
icon_unpaired = ":icons/keepkey_unpaired.png"
|
||||
icon_paired = "keepkey.png"
|
||||
icon_unpaired = "keepkey_unpaired.png"
|
||||
|
||||
@classmethod
|
||||
def pin_matrix_widget_class(self):
|
||||
|
||||
Reference in New Issue
Block a user