From 2a31e0cfe160e40898c121c932ef963fba5d95a5 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Fri, 25 Nov 2022 22:09:19 -0600 Subject: Se añaden iniciales de RGG, y se cambia el título MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaz/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaz') diff --git a/interfaz/main.py b/interfaz/main.py index 2d12af5..5c025e7 100644 --- a/interfaz/main.py +++ b/interfaz/main.py @@ -424,7 +424,7 @@ class App(Adw.Application): def __init__(self, **kwargs): super().__init__(**kwargs) - GLib.set_application_name("Javañol para RGG") + GLib.set_application_name("Javañol RGG edition") # Estilos CSS css_provider = Gtk.CssProvider() -- cgit v1.2.3