set glib application name (#247)

This commit is contained in:
Colin Sane 2023-11-21 05:53:26 +00:00 committed by GitHub
parent 3d2f5abce4
commit 7d7c0dc33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,6 +177,7 @@ static void MainEventHandler(GdkEvent *event, void *main_window) {
int Abaddon::StartGTK() {
m_gtk_app = Gtk::Application::create("com.github.uowuo.abaddon");
Glib::set_application_name(APP_TITLE);
#ifdef WITH_LIBHANDY
m_gtk_app->signal_activate().connect([] {