From c8fd626446914d5deabba81546a0b89d6fc41e8a Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Sat, 4 Oct 2025 10:32:09 +1000 Subject: [PATCH] Update about text to match README --- yafi/main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yafi/main.py b/yafi/main.py index d8ab68b..21f5077 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -135,8 +135,9 @@ class YafiApplication(Adw.Application): about = Adw.AboutDialog( application_icon="au.stevetech.yafi", application_name="Yet Another Framework Interface", - comments="YAFI is another GUI for the Framework Laptop Embedded Controller.\n" - + "It is written in Python with a GTK4 theme, and uses the `CrOS_EC_Python` library to communicate with the EC.", + comments="YAFI is another GUI for the Framework Laptop Embedded Controller.\n\n" + + "It is written in Python with a GTK4 Adwaita theme, and uses the CrOS_EC_Python library to communicate with the EC.\n\n" + + "YAFI is not affiliated with Framework Computer Inc. in any way.", copyright="© 2025 Stephen Horvath", developer_name="Stephen Horvath", developers=["Stephen Horvath https://github.com/Steve-Tech"],