mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Set glib's application name and prgname
This commit is contained in:
parent
bc82cdc3b3
commit
b4b80822c8
@ -593,6 +593,9 @@ void start() {
|
||||
Glib::init();
|
||||
Gio::init();
|
||||
|
||||
Glib::set_prgname(cExeName().toStdString());
|
||||
Glib::set_application_name(std::string(AppName));
|
||||
|
||||
if (const auto integration = BaseGtkIntegration::Instance()) {
|
||||
integration->prepareEnvironment();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user