From e30413a081e6a169f5d3a03183658af70ecd63ec Mon Sep 17 00:00:00 2001 From: greenart7c3 Date: Fri, 24 Apr 2026 11:15:00 -0300 Subject: [PATCH] feat(reactions): hide payment targets icon by default Co-Authored-By: Claude Opus 4.7 (1M context) --- .../amethyst/model/AccountSyncedSettingsInternal.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt index eb74b5000..efc03475a 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt @@ -62,7 +62,7 @@ val DefaultReactionRowItems = ReactionRowItem(ReactionRowAction.Boost), ReactionRowItem(ReactionRowAction.Like), ReactionRowItem(ReactionRowAction.Zap), - ReactionRowItem(ReactionRowAction.Pay, showCounter = false), + ReactionRowItem(ReactionRowAction.Pay, enabled = false, showCounter = false), ReactionRowItem(ReactionRowAction.Share, showCounter = false), )