From 3a69516dadf38c06b25fb0cb5ddea58fb4c10274 Mon Sep 17 00:00:00 2001 From: wins1ey Date: Tue, 4 Jun 2024 11:44:37 +0100 Subject: [PATCH] Change Gtk application name to LibreSplit from LS --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index a18cb9b..b9b8eee 100644 --- a/src/main.c +++ b/src/main.c @@ -1003,7 +1003,7 @@ static void ls_app_open(GApplication* app, LSApp* ls_app_new(void) { - g_set_application_name("LS"); + g_set_application_name("LibreSplit"); return g_object_new(LS_APP_TYPE, "application-id", "com.github.wins1ey.libresplit", "flags", G_APPLICATION_HANDLES_OPEN,