From b9cdabaca68288a3a80ee0b5b2585736ccc32dca Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xmrtt@noreply.codeberg.org> Date: Fri, 5 May 2023 17:51:21 +0000 Subject: [PATCH] src: add upscaler in about Signed-off-by: 0xMRTT <0xmrtt@noreply.codeberg.org> --- src/main.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main.py b/src/main.py index 2fba1e3..cf0ef99 100644 --- a/src/main.py +++ b/src/main.py @@ -123,6 +123,19 @@ class ImaginerApplication(Adw.Application): developers=["0xMRTT https://codeberg.org/0xMRTT"], copyright="© 2023 0xMRTT", ) + about.add_acknowledgement_section( + "Special thanks to", + [ + "Telegraph https://apps.gnome.org/app/io.github.fkinoshita.Telegraph", + ], + ) + about.add_acknowledgement_section( + "Special thanks to", + [ + "Upscaler https://gitlab.com/Th", + ], + ) + about.present() def on_get_started_action(self, widget, _):