mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Ensure GtkIntegration::load() is called only once
This commit is contained in:
parent
6374d4eeda
commit
b919a0627a
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ GtkIntegration *GtkIntegration::Instance() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GtkIntegration::load() {
|
void GtkIntegration::load() {
|
||||||
|
Expects(!GtkLoaded);
|
||||||
DEBUG_LOG(("Loading GTK"));
|
DEBUG_LOG(("Loading GTK"));
|
||||||
|
|
||||||
QLibrary lib_gtk;
|
QLibrary lib_gtk;
|
||||||
|
|
Loading…
Add table
Reference in a new issue