From 294a8463742e4323a218c01b920f202d8e530b3e Mon Sep 17 00:00:00 2001 From: kramo Date: Sat, 23 Sep 2023 07:47:35 +0200 Subject: [PATCH] Add Clara Hobbs to about window --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index fb38d4c..53f8538 100644 --- a/src/main.py +++ b/src/main.py @@ -199,6 +199,7 @@ class CartridgesApplication(Adw.Application): "Paweł Lidwin https://github.com/imLinguin", "Domenico https://github.com/Domefemia", "Rafael Mardojai CM https://mardojai.com", + "Clara Hobbs https://github.com/Ratfink", ) ) about.set_designers(("kramo https://kramo.hu",))