src: add upscaler in about
Signed-off-by: 0xMRTT <0xmrtt@noreply.codeberg.org>
This commit is contained in:
parent
1b2dc4aecf
commit
b9cdabaca6
13
src/main.py
13
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, _):
|
||||
|
Loading…
Reference in New Issue
Block a user