2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

Set service name for lib_base and lib_webview gtk integration

This commit is contained in:
Ilya Fedin
2021-07-07 08:25:23 +04:00
committed by John Preston
parent 3cdd115317
commit 17cee8ec56
7 changed files with 53 additions and 45 deletions

View File

@@ -746,6 +746,7 @@ void start() {
Glib::set_application_name(std::string(AppName));
GtkIntegration::Start(GtkIntegration::Type::Base);
GtkIntegration::Start(GtkIntegration::Type::Webview);
GtkIntegration::Start(GtkIntegration::Type::TDesktop);
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE