Add support for Crypto Wallets in the main software, remove CryptoCurrency.xml from CryptoCurrency module.
This commit is contained in:
@@ -34,4 +34,13 @@
|
||||
Portfolio.svg
|
||||
</Icon>
|
||||
</Portfolio>
|
||||
<Crypto_Wallet>
|
||||
<Attributes>
|
||||
<Attribute default="Wallet Address" check="String" primary="True">Wallet Address</Attribute>
|
||||
<Attribute default="Bitcoin" check="String" primary="False">Currency Name</Attribute>
|
||||
</Attributes>
|
||||
<Icon>
|
||||
Default.svg
|
||||
</Icon>
|
||||
</Crypto_Wallet>
|
||||
</Financials>
|
||||
@@ -1,10 +0,0 @@
|
||||
<CryptoCurrency>
|
||||
<Crypto_Wallet>
|
||||
<Attributes>
|
||||
<Attribute default="Wallet Address" check="String" primary="True">Wallet Address</Attribute>
|
||||
</Attributes>
|
||||
<Icon>
|
||||
Default.svg
|
||||
</Icon>
|
||||
</Crypto_Wallet>
|
||||
</CryptoCurrency>
|
||||
Reference in New Issue
Block a user