mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Wownerofy some more
This commit is contained in:
parent
3e10b25068
commit
b9d8128880
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_2">
|
<widget class="QWidget" name="tab_2">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>/r/Monero</string>
|
<string>/r/Wownero</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_7">
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
|
|
@ -261,7 +261,7 @@ void SendWidget::onEndTransaction() {
|
||||||
void SendWidget::setupComboBox() {
|
void SendWidget::setupComboBox() {
|
||||||
ui->comboCurrencySelection->clear();
|
ui->comboCurrencySelection->clear();
|
||||||
|
|
||||||
QStringList defaultCurrencies = {"XMR", "USD", "EUR", "CNY", "JPY", "GBP"};
|
QStringList defaultCurrencies = {"WOW", "USD", "EUR", "CNY", "JPY", "GBP"};
|
||||||
QString preferredCurrency = config()->get(Config::preferredFiatCurrency).toString();
|
QString preferredCurrency = config()->get(Config::preferredFiatCurrency).toString();
|
||||||
|
|
||||||
if (defaultCurrencies.contains(preferredCurrency)) {
|
if (defaultCurrencies.contains(preferredCurrency)) {
|
||||||
|
|
Loading…
Reference in a new issue