mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 17:15:16 +00:00
Ensure GtkIntegration::load() is called only once
This commit is contained in:
@@ -316,6 +316,7 @@ GtkIntegration *GtkIntegration::Instance() {
|
||||
}
|
||||
|
||||
void GtkIntegration::load() {
|
||||
Expects(!GtkLoaded);
|
||||
DEBUG_LOG(("Loading GTK"));
|
||||
|
||||
QLibrary lib_gtk;
|
||||
|
Reference in New Issue
Block a user