mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix crash in gtk file dialog on Wayland
This commit is contained in:
parent
7ac78be984
commit
413ddf285e
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ void start() {
|
|||
|
||||
bool gtkLoaded = false;
|
||||
QLibrary lib_gtk;
|
||||
lib_gtk.setLoadHints(QLibrary::DeepBindHint);
|
||||
|
||||
if (loadLibrary(lib_gtk, "gtk-3", 0)) {
|
||||
gtkLoaded = setupGtkBase(lib_gtk);
|
||||
|
|
Loading…
Add table
Reference in a new issue