Add support for Crypto Wallets in the main software, remove CryptoCurrency.xml from CryptoCurrency module.

This commit is contained in:
AccentuSoft
2022-04-14 00:11:23 +03:00
parent b698e4c0e6
commit 29591fbcef
2 changed files with 9 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>