Skip to content

Commit

Permalink
show traded vol in selected currency
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 7, 2023
1 parent ab2374e commit e09ff3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Widget
Layout.bottomMargin: 2
Layout.alignment: Qt.AlignHCenter
color: Dex.CurrentTheme.foregroundColor2
text_value: pair + qsTr(" traded 24hrs: %1").arg("<b>" + General.getFiatText(pair_volume_24hr, "USD", false) + "</b>")
text_value: pair + qsTr(" traded 24hrs: %1").arg("<b>" + General.convertUsd(pair_volume_24hr) + "</b>")
font.pixelSize: Style.textSizeSmall1
}
}

0 comments on commit e09ff3e

Please sign in to comment.