More translations and UI stuff

This commit is contained in:
fekt
2024-04-11 21:19:22 -04:00
parent 5653a27292
commit 545c27ba36
19 changed files with 71 additions and 72 deletions

View File

@@ -81,7 +81,7 @@ public:
bool isSaplingActive();
void setDRAGONXPrice(double p) { HUSHPrice = p; }
void setDRAGONXPrice(double p) { DRGXPrice = p; }
void setEURPrice(double p) { EURPrice = p; }
void setBTCPrice(double p) { BTCPrice = p; }
void setCNYPrice(double p) { CNYPrice = p; }
@@ -200,7 +200,7 @@ private:
bool _useEmbedded = false;
bool _headless = false;
double HUSHPrice = 0.0;
double DRGXPrice = 0.0;
double BTCPrice = 0.0;
double EURPrice = 0.0;
double CNYPrice = 0.0;