diff --git a/Resources/depiction.json b/Resources/depiction.json index e89c336..a6e64d5 100644 --- a/Resources/depiction.json +++ b/Resources/depiction.json @@ -78,6 +78,22 @@ ], "class": "DepictionStackView", "tabname": "Details" + }, + { + "views": [ + { + "class": "DepictionTableButtonView", + "title": "My Patreon", + "action": "https://patreon.com/dayanch96" + }, + { + "class": "DepictionTableButtonView", + "title": "Buy me a coffee", + "action": "https://buymeacoffee.com/dayanch96" + } + ], + "class": "DepictionStackView", + "tabname": "Support" } ] }