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 86f9b3c1eb..efc03475af 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/AccountSyncedSettingsInternal.kt @@ -62,8 +62,8 @@ val DefaultReactionRowItems = ReactionRowItem(ReactionRowAction.Boost), ReactionRowItem(ReactionRowAction.Like), ReactionRowItem(ReactionRowAction.Zap), + ReactionRowItem(ReactionRowAction.Pay, enabled = false, showCounter = false), ReactionRowItem(ReactionRowAction.Share, showCounter = false), - ReactionRowItem(ReactionRowAction.Pay, showCounter = false), ) @Serializable