From 86ae4c77edf3e2ee854055a2cb8d27ef70b744d8 Mon Sep 17 00:00:00 2001 From: Dan <38832025+dayanch96@users.noreply.github.com> Date: Sat, 9 Aug 2025 21:40:25 +0300 Subject: [PATCH] Support tab --- Resources/depiction.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ] }