Revert "nozaps: hide zap total"

This reverts commit 57789de5cd.
This commit is contained in:
William Casarin
2023-06-27 05:59:33 +02:00
parent 94448a10bd
commit b2b687fb79

View File

@@ -124,7 +124,7 @@ struct ZapButton: View {
.frame(width:20, height: 20)
})
if !damus_state.settings.nozaps && zaps.zap_total > 0 {
if zaps.zap_total > 0 {
Text(verbatim: format_msats_abbrev(zaps.zap_total))
.font(.footnote)
.foregroundColor(zap_color)