mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-04 03:03:16 -05:00
set glib application name (#247)
This commit is contained in:
parent
3d2f5abce4
commit
7d7c0dc33f
@ -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([] {
|
||||
|
Loading…
Reference in New Issue
Block a user