From d2f34c9b5a9315502723e6ece9bec53b69886064 Mon Sep 17 00:00:00 2001 From: OrioleNix <163466443+OrioleNix@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:22:34 -0400 Subject: [PATCH] Update main.py --- yafi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yafi/main.py b/yafi/main.py index 243fa06..d8ab68b 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -136,7 +136,7 @@ class YafiApplication(Adw.Application): 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 GTK3 theme, and uses the `CrOS_EC_Python` library to communicate with the EC.", + + "It is written in Python with a GTK4 theme, and uses the `CrOS_EC_Python` library to communicate with the EC.", copyright="© 2025 Stephen Horvath", developer_name="Stephen Horvath", developers=["Stephen Horvath https://github.com/Steve-Tech"],